aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/585-ath9k_fix_beacon_timer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/585-ath9k_fix_beacon_timer.patch')
-rw-r--r--package/mac80211/patches/585-ath9k_fix_beacon_timer.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/mac80211/patches/585-ath9k_fix_beacon_timer.patch b/package/mac80211/patches/585-ath9k_fix_beacon_timer.patch
deleted file mode 100644
index bb924b7a85..0000000000
--- a/package/mac80211/patches/585-ath9k_fix_beacon_timer.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/beacon.c
-+++ b/drivers/net/wireless/ath/ath9k/beacon.c
-@@ -517,6 +517,7 @@ static void ath_beacon_config_ap(struct
- /* Set the computed AP beacon timers */
-
- ath9k_hw_disable_interrupts(ah);
-+ sc->sc_flags |= SC_OP_TSF_RESET;
- ath9k_beacon_init(sc, nexttbtt, intval);
- sc->beacon.bmisscnt = 0;
- ath9k_hw_set_interrupts(ah, ah->imask);