aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorAvinash Patil <patila@marvell.com>2012-06-28 23:30:25 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-07-09 16:35:58 -0400
commitadb6ed0c5a8b906b3d75f4d0b1b2e252795029c0 (patch)
treeb974d903fd6eb30778fa5ae8df1258f124438aaf /drivers/net/wireless/mwifiex/main.h
parentfd2841c5b59c276796f730b77ef37408c0909f9c (diff)
mwifiex: pass cfg80211_beacon_data to mwifiex_set_mgmt_ie()
Pass cfg80211_beacon_data pointer instead of cfg80211_ap_settings. While setting management IEs we only need cfg80211_beacon_data of cfg80211_ap_settings which has Tail IE, Head IE and other IE elements. 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>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r--drivers/net/wireless/mwifiex/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h
index 7cd95cc99a85..9e636535cbf6 100644
--- a/drivers/net/wireless/mwifiex/main.h
+++ b/drivers/net/wireless/mwifiex/main.h
@@ -1013,7 +1013,7 @@ int mwifiex_del_virtual_intf(struct wiphy *wiphy, struct net_device *dev);
1013void mwifiex_set_sys_config_invalid_data(struct mwifiex_uap_bss_param *config); 1013void mwifiex_set_sys_config_invalid_data(struct mwifiex_uap_bss_param *config);
1014 1014
1015int mwifiex_set_mgmt_ies(struct mwifiex_private *priv, 1015int mwifiex_set_mgmt_ies(struct mwifiex_private *priv,
1016 struct cfg80211_ap_settings *params); 1016 struct cfg80211_beacon_data *data);
1017int mwifiex_del_mgmt_ies(struct mwifiex_private *priv); 1017int mwifiex_del_mgmt_ies(struct mwifiex_private *priv);
1018u8 *mwifiex_11d_code_2_region(u8 code); 1018u8 *mwifiex_11d_code_2_region(u8 code);
1019 1019