add vlan_mode to wlc
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4648 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
8a7bbc1b20
commit
00b6c9992c
|
@ -742,6 +742,13 @@ static const struct wlc_call wlc_calls[] = {
|
|||
.data.num = ((WLC_GET_CHANNEL << 16) | WLC_SET_CHANNEL),
|
||||
.desc = "Channel",
|
||||
},
|
||||
{
|
||||
.name = "vlan_mode",
|
||||
.param = INT,
|
||||
.handler = wlc_bssiovar,
|
||||
.data.str = "vlan_mode",
|
||||
.desc = "Parse 802.1Q tags",
|
||||
},
|
||||
{
|
||||
.name = "vif",
|
||||
.param = INT,
|
||||
|
|
Loading…
Reference in New Issue