mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add vlan_mode to wlc
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4648 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -742,6 +742,13 @@ static const struct wlc_call wlc_calls[] = {
|
|||||||
.data.num = ((WLC_GET_CHANNEL << 16) | WLC_SET_CHANNEL),
|
.data.num = ((WLC_GET_CHANNEL << 16) | WLC_SET_CHANNEL),
|
||||||
.desc = "Channel",
|
.desc = "Channel",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.name = "vlan_mode",
|
||||||
|
.param = INT,
|
||||||
|
.handler = wlc_bssiovar,
|
||||||
|
.data.str = "vlan_mode",
|
||||||
|
.desc = "Parse 802.1Q tags",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.name = "vif",
|
.name = "vif",
|
||||||
.param = INT,
|
.param = INT,
|
||||||
|
|||||||
Reference in New Issue
Block a user