mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02: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:
parent
bf5b685e4c
commit
161fb842c7
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user