diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-01-17 13:08:40 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-01-18 06:51:13 -0500 |
commit | 46d33a21cfa531f4271c3f0b7b87a295f30f9e6a (patch) | |
tree | bbdb51be2118ab4c986a50d955deab0022aef411 /drivers/net/wireless/ath/ath6kl/cfg80211.h | |
parent | c25889e8a6fdfc54618b192a80c94419ddb7949d (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.h | 6 |
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 { | |||
27 | struct net_device *ath6kl_interface_add(struct ath6kl *ar, char *name, | 27 | struct 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); |
30 | int ath6kl_register_ieee80211_hw(struct ath6kl *ar); | ||
31 | struct ath6kl *ath6kl_core_alloc(struct device *dev); | 30 | struct ath6kl *ath6kl_core_alloc(struct device *dev); |
32 | void ath6kl_deinit_ieee80211_hw(struct ath6kl *ar); | ||
33 | |||
34 | void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted); | 31 | void ath6kl_cfg80211_scan_complete_event(struct ath6kl_vif *vif, bool aborted); |
35 | 32 | ||
36 | void ath6kl_cfg80211_connect_event(struct ath6kl_vif *vif, u16 channel, | 33 | void ath6kl_cfg80211_connect_event(struct ath6kl_vif *vif, u16 channel, |
@@ -58,4 +55,7 @@ void ath6kl_cfg80211_vif_cleanup(struct ath6kl_vif *vif); | |||
58 | void ath6kl_cfg80211_stop(struct ath6kl_vif *vif); | 55 | void ath6kl_cfg80211_stop(struct ath6kl_vif *vif); |
59 | void ath6kl_cfg80211_stop_all(struct ath6kl *ar); | 56 | void ath6kl_cfg80211_stop_all(struct ath6kl *ar); |
60 | 57 | ||
58 | int ath6kl_cfg80211_init(struct ath6kl *ar); | ||
59 | void ath6kl_cfg80211_cleanup(struct ath6kl *ar); | ||
60 | |||
61 | #endif /* ATH6KL_CFG80211_H */ | 61 | #endif /* ATH6KL_CFG80211_H */ |