add vlan_mode to wlc
authorFelix Fietkau <nbd@openwrt.org>
Thu, 24 Aug 2006 10:26:18 +0000 (10:26 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 24 Aug 2006 10:26:18 +0000 (10:26 +0000)
SVN-Revision: 4648

openwrt/package/broadcom-wl/src/wlc/wlc.c

index 76096df5ce920996756d60538cb58cff78b33bd8..09cbb845384e5e91e1c20802b20a5ca21ce4d386 100644 (file)
@@ -742,6 +742,13 @@ static const struct wlc_call wlc_calls[] = {
                .data.num = ((WLC_GET_CHANNEL << 16) | WLC_SET_CHANNEL),
                .desc = "Channel",
        },
                .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,
        {
                .name = "vif",
                .param = INT,