summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/563-ath9k_reduce_bstuck_nfcal.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-22 21:00:58 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-22 21:00:58 +0000
commit5034ff8395447d72b427867fc3469b3601cd83f2 (patch)
tree29b1bf399c9cc9974981422b01b4db8d2034952f /package/mac80211/patches/563-ath9k_reduce_bstuck_nfcal.patch
parent2dbaa78d9184ccb2010d20c9c37b56f9e17cb96f (diff)
mac80211: update to wireless-testing 2011-03-22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/563-ath9k_reduce_bstuck_nfcal.patch')
-rw-r--r--package/mac80211/patches/563-ath9k_reduce_bstuck_nfcal.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mac80211/patches/563-ath9k_reduce_bstuck_nfcal.patch b/package/mac80211/patches/563-ath9k_reduce_bstuck_nfcal.patch
deleted file mode 100644
index b744c4cec..000000000
--- a/package/mac80211/patches/563-ath9k_reduce_bstuck_nfcal.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/beacon.c
-+++ b/drivers/net/wireless/ath/ath9k/beacon.c
-@@ -368,7 +368,8 @@ void ath_beacon_tasklet(unsigned long da
- "missed %u consecutive beacons\n",
- sc->beacon.bmisscnt);
- ath9k_hw_stop_dma_queue(ah, sc->beacon.beaconq);
-- ath9k_hw_bstuck_nfcal(ah);
-+ if (sc->beacon.bmisscnt > 4)
-+ ath9k_hw_bstuck_nfcal(ah);
- } else if (sc->beacon.bmisscnt >= BSTUCK_THRESH) {
- ath_dbg(common, ATH_DBG_BSTUCK,
- "beacon is officially stuck\n");