summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorAvinash Patil <patila@marvell.com>2012-08-03 18:06:05 -0700
committerJohn W. Linville <linville@tuxdriver.com>2012-08-06 15:12:51 -0400
commitc82589131840767443f32f6d235a825cbef7b914 (patch)
tree95ecf971650c8b8b2583c41aaddee9d5d16d369c /drivers/net/wireless/mwifiex/main.h
parentbdd37bed619b2445b2a04f398a7fe34b1e416172 (diff)
downloadop-kernel-dev-c82589131840767443f32f6d235a825cbef7b914.zip
op-kernel-dev-c82589131840767443f32f6d235a825cbef7b914.tar.gz
mwifiex: update 11n status as per start_ap IE
If HT IE is present in beacon_data of start_ap cfg80211 handler, enable 11n flag in AP. Disable 11n flag when stop_ap handler is called. Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Kiran Divekar <dkiran@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r--drivers/net/wireless/mwifiex/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h
index 16f046a..5eeb17c 100644
--- a/drivers/net/wireless/mwifiex/main.h
+++ b/drivers/net/wireless/mwifiex/main.h
@@ -487,6 +487,7 @@ struct mwifiex_private {
u16 assocresp_idx;
u16 rsn_idx;
struct timer_list scan_delay_timer;
+ u8 ap_11n_enabled;
};
enum mwifiex_ba_status {
OpenPOWER on IntegriCloud