aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/cfg80211.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2012-01-17 13:08:40 -0500
committerKalle Valo <kvalo@qca.qualcomm.com>2012-01-18 06:51:13 -0500
commit46d33a21cfa531f4271c3f0b7b87a295f30f9e6a (patch)
treebbdb51be2118ab4c986a50d955deab0022aef411 /drivers/net/wireless/ath/ath6kl/cfg80211.h
parentc25889e8a6fdfc54618b192a80c94419ddb7949d (diff)
ath6kl: unify cfg80211 init/cleanup functions
Group them together and change the naming to follow the common style in ath6kl. No functional changes. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/cfg80211.h')
-rw-r--r--drivers/net/wireless/ath/ath6kl/cfg80211.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.h b/drivers/net/wireless/ath/ath6kl/cfg80211.h
index aa961694cf99..08d97691039c 100644
--- a/drivers/net/wireless/ath/ath6kl/cfg80211.h
+++ b/drivers/net/wireless/ath/ath6kl/cfg80211.h
@@ -27,10 +27,7 @@ enum ath6kl_cfg_suspend_mode {
27struct net_device *ath6kl_interface_add(struct ath6kl *ar, char *name, 27struct net_device *ath6kl_interface_add(struct ath6kl *ar, char *name,
28 enum nl80211_iftype type, 28 enum nl80211_iftype type,
29 u8 fw_vif_idx, u8 nw_type); 29 u8 fw_vif_idx, u8 nw_type);
30int ath6kl_register_ieee80211_hw(struct ath6kl *ar);
31struct ath6kl *ath6kl_core_alloc(struct device *dev); 30struct ath6kl *ath6kl_core_alloc(struct device *dev);
32void ath6kl_deinit_ieee80211_hw(struct ath6kl *ar);
33
34void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted); 31void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted);
35 32
36void ath6kl_cfg80211_connect_event(struct ath6kl_vif *vif, u16 channel, 33void ath6kl_cfg80211_connect_event(struct ath6kl_vif *vif, u16 channel,
@@ -58,4 +55,7 @@ void ath6kl_cfg80211_vif_cleanup(struct ath6kl_vif *vif);
58void ath6kl_cfg80211_stop(struct ath6kl_vif *vif); 55void ath6kl_cfg80211_stop(struct ath6kl_vif *vif);
59void ath6kl_cfg80211_stop_all(struct ath6kl *ar); 56void ath6kl_cfg80211_stop_all(struct ath6kl *ar);
60 57
58int ath6kl_cfg80211_init(struct ath6kl *ar);
59void ath6kl_cfg80211_cleanup(struct ath6kl *ar);
60
61#endif /* ATH6KL_CFG80211_H */ 61#endif /* ATH6KL_CFG80211_H */