diff options
author | Avinash Patil <patila@marvell.com> | 2015-01-28 15:54:20 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-01-29 10:22:01 +0200 |
commit | 2ade5667e2e0244549818f16e2520141661e8bcd (patch) | |
tree | 83a385a3281877dc50ad59b2e186d96ea3a073b8 /drivers/net/wireless/mwifiex/main.h | |
parent | b654ca182a2f54c3e3ce682420045f7dd79c8187 (diff) | |
download | linux-2ade5667e2e0244549818f16e2520141661e8bcd.tar.gz linux-2ade5667e2e0244549818f16e2520141661e8bcd.tar.bz2 linux-2ade5667e2e0244549818f16e2520141661e8bcd.zip |
mwifiex: separate function for parsing head and tail IEs
Head & Tail IEs are supposed to be added to beacon and probe response.
This patch adds separate function for parsing head and tail IEs from
cfg80211_beacon_data and sets them to FW.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Qingshui Gao <gaoqs@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index 0c75eff23e8b..c5ac20da273c 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h @@ -567,7 +567,7 @@ struct mwifiex_private { u16 beacon_idx; u16 proberesp_idx; u16 assocresp_idx; - u16 rsn_idx; + u16 gen_idx; u8 ap_11n_enabled; u8 ap_11ac_enabled; u32 mgmt_frame_mask; |