aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/cfg80211.h
diff options
context:
space:
mode:
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 */