summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/cfg80211.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2011-12-13 14:51:37 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2011-12-13 15:03:46 +0200
commit7125f01d98ed75028ead5b335ec32e6e501cd19b (patch)
tree0b6fdd849ac6e4664db065478d1a71a4fbf8d56e /drivers/net/wireless/ath/ath6kl/cfg80211.h
parented8491a796558067200ae8a66570c83cb03cbd16 (diff)
downloadlinux-7125f01d98ed75028ead5b335ec32e6e501cd19b.tar.bz2
ath6kl: implement ath6kl_cfg80211_stop_all()
During suspend we need to stop all vifs, not just the first. 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.h b/drivers/net/wireless/ath/ath6kl/cfg80211.h
index 59fa9d859def..226a734b049a 100644
--- a/drivers/net/wireless/ath/ath6kl/cfg80211.h
+++ b/drivers/net/wireless/ath/ath6kl/cfg80211.h
@@ -52,6 +52,7 @@ int ath6kl_cfg80211_suspend(struct ath6kl *ar,
int ath6kl_cfg80211_resume(struct ath6kl *ar);
-void ath6kl_cfg80211_stop(struct ath6kl *ar);
+void ath6kl_cfg80211_stop(struct ath6kl_vif *vif);
+void ath6kl_cfg80211_stop_all(struct ath6kl *ar);
#endif /* ATH6KL_CFG80211_H */