add vlan_mode to wlc

SVN-Revision: 4648
This commit is contained in:
Felix Fietkau 2006-08-24 10:26:18 +00:00
parent 9d2c104b59
commit 12fed89aa2

View file

@ -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,