diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-01 02:44:04 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 05:58:59 -0500 |
commit | ec4b7f602d24839a85131dc5b498e69c84ee8373 (patch) | |
tree | 6524e700442aa50130d8a0c47a54abf69c23fa9c /drivers/net/wireless/ath/ath6kl/cfg80211.h | |
parent | 1c17d313891c1477f5aad8d2e1da473bf8b9499d (diff) |
ath6kl: create ath6kl_cfg80211_stop()
Just take code from deep sleep for now, will be improved later. 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.h b/drivers/net/wireless/ath/ath6kl/cfg80211.h index f323a49fdde3..bb0ac22dfa5b 100644 --- a/drivers/net/wireless/ath/ath6kl/cfg80211.h +++ b/drivers/net/wireless/ath/ath6kl/cfg80211.h | |||
@@ -40,4 +40,6 @@ void ath6kl_cfg80211_disconnect_event(struct ath6kl_vif *vif, u8 reason, | |||
40 | void ath6kl_cfg80211_tkip_micerr_event(struct ath6kl_vif *vif, u8 keyid, | 40 | void ath6kl_cfg80211_tkip_micerr_event(struct ath6kl_vif *vif, u8 keyid, |
41 | bool ismcast); | 41 | bool ismcast); |
42 | 42 | ||
43 | void ath6kl_cfg80211_stop(struct ath6kl *ar); | ||
44 | |||
43 | #endif /* ATH6KL_CFG80211_H */ | 45 | #endif /* ATH6KL_CFG80211_H */ |