mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[brcm-2.4] broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g (G only), 11gst (G performance) and 11bg (default)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20740 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -919,6 +919,13 @@ static const struct wlc_call wlc_calls[] = {
|
||||
.handler = wlc_maclist,
|
||||
.desc = "MACs of associated stations"
|
||||
},
|
||||
{
|
||||
.name = "gmode",
|
||||
.param = INT,
|
||||
.data.num = ((WLC_GET_GMODE << 16) | WLC_SET_GMODE),
|
||||
.handler = wlc_ioctl,
|
||||
.desc = "G Mode"
|
||||
},
|
||||
};
|
||||
#define wlc_calls_size (sizeof(wlc_calls) / sizeof(struct wlc_call))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user