bool ath9k_uses_beacons(int type);
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -269,6 +269,22 @@ static bool ath_complete_reset(struct at
+@@ -270,6 +270,22 @@ static bool ath_complete_reset(struct at
ath_start_ani(common);
}
ieee80211_wake_queues(sc->hw);
return true;
-@@ -2365,6 +2381,59 @@ static int ath9k_get_stats(struct ieee80
+@@ -2366,6 +2382,59 @@ static int ath9k_get_stats(struct ieee80
return 0;
}
struct ieee80211_ops ath9k_ops = {
.tx = ath9k_tx,
.start = ath9k_start,
-@@ -2391,4 +2460,6 @@ struct ieee80211_ops ath9k_ops = {
+@@ -2392,4 +2461,6 @@ struct ieee80211_ops ath9k_ops = {
.tx_frames_pending = ath9k_tx_frames_pending,
.tx_last_beacon = ath9k_tx_last_beacon,
.get_stats = ath9k_get_stats,