summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/540-ath9k_beacon_timer_fix.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-07 16:29:28 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-07 16:29:28 +0000
commitcdd6a4a8bca8db2f4867f6677e73b2ee2691fadd (patch)
treee9d898fd61d6ae5637b7a2e604e468439bdf3db8 /package/mac80211/patches/540-ath9k_beacon_timer_fix.patch
parent34cb0380a260fbb9f2fdc853d85d7dd34e567cd6 (diff)
mac80211: update to wireless-testing 2010-03-03
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20032 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/540-ath9k_beacon_timer_fix.patch')
-rw-r--r--package/mac80211/patches/540-ath9k_beacon_timer_fix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/mac80211/patches/540-ath9k_beacon_timer_fix.patch b/package/mac80211/patches/540-ath9k_beacon_timer_fix.patch
deleted file mode 100644
index cc0ad7b48..000000000
--- a/package/mac80211/patches/540-ath9k_beacon_timer_fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/beacon.c
-+++ b/drivers/net/wireless/ath/ath9k/beacon.c
-@@ -526,16 +526,13 @@ static void ath_beacon_config_ap(struct
- {
- u32 nexttbtt, intval;
-
-- /* Configure the timers only when the TSF has to be reset */
--
-- if (!(sc->sc_flags & SC_OP_TSF_RESET))
-- return;
--
- /* NB: the beacon interval is kept internally in TU's */
- intval = conf->beacon_interval & ATH9K_BEACON_PERIOD;
- intval /= ATH_BCBUF; /* for staggered beacons */
- nexttbtt = intval;
-- intval |= ATH9K_BEACON_RESET_TSF;
-+
-+ if (sc->sc_flags & SC_OP_TSF_RESET)
-+ intval |= ATH9K_BEACON_RESET_TSF;
-
- /*
- * In AP mode we enable the beacon timers and SWBA interrupts to