]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: add support to configure VHT for AP mode
authorYogesh Ashok Powar <yogeshp@marvell.com>
Tue, 19 Mar 2013 03:06:03 +0000 (20:06 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 25 Mar 2013 20:43:39 +0000 (16:43 -0400)
commite117e3abe29f5de85b6adca67ba007711245f335
treeb9a93ebf27e05a0b99f12a9d2af8aeca007958ca
parentd9db225f122b24183362b377c036ede08f97e34c
mwifiex: add support to configure VHT for AP mode

Currently, default VHT configuration from the firmware is used
for the VHT operations. Adding vhtcfg command to configure the
firmware based on input received from cfg.

Enable VHT for AP mode only when cfg80211_ap_settings has a
VHT IE i.e., when ieee80211ac is set to 1 in the hostapd.conf.

Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/11ac.c
drivers/net/wireless/mwifiex/11ac.h
drivers/net/wireless/mwifiex/cfg80211.c
drivers/net/wireless/mwifiex/fw.h
drivers/net/wireless/mwifiex/ioctl.h
drivers/net/wireless/mwifiex/main.h
drivers/net/wireless/mwifiex/sta_cmd.c
drivers/net/wireless/mwifiex/sta_cmdresp.c
drivers/net/wireless/mwifiex/uap_cmd.c