diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-01 08:44:04 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 12:58:59 +0200 |
commit | ec4b7f602d24839a85131dc5b498e69c84ee8373 (patch) | |
tree | 6524e700442aa50130d8a0c47a54abf69c23fa9c /drivers/net/wireless/ath/ath6kl/cfg80211.h | |
parent | 1c17d313891c1477f5aad8d2e1da473bf8b9499d (diff) | |
download | blackbird-op-linux-ec4b7f602d24839a85131dc5b498e69c84ee8373.tar.gz blackbird-op-linux-ec4b7f602d24839a85131dc5b498e69c84ee8373.zip |
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, void ath6kl_cfg80211_tkip_micerr_event(struct ath6kl_vif *vif, u8 keyid, bool ismcast); +void ath6kl_cfg80211_stop(struct ath6kl *ar); + #endif /* ATH6KL_CFG80211_H */ |