diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-03 15:17:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-03 15:17:34 +0000 |
commit | 187b76991db178fcb6361c58636268e1614b2a9c (patch) | |
tree | 779789c568e71b4bf9d53997d2241fccc98c0bc5 /package/madwifi/patches/310-noise_get.patch | |
parent | cdcc68d689a5322bb3f5250122a806dcf2085b5f (diff) | |
download | upstream-187b76991db178fcb6361c58636268e1614b2a9c.tar.gz upstream-187b76991db178fcb6361c58636268e1614b2a9c.tar.bz2 upstream-187b76991db178fcb6361c58636268e1614b2a9c.zip |
madwifi patch cleanup and stability fixes - fix a semi-random heisenbug by replacing the previous noderef fix with a simple hack that is not 100% correct, but safe. - add ad-hoc atim fixes by bruno - add napi polling fixes by sven-ola - fix compile breakage with debug enabled
SVN-Revision: 12838
Diffstat (limited to 'package/madwifi/patches/310-noise_get.patch')
-rw-r--r-- | package/madwifi/patches/310-noise_get.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/310-noise_get.patch b/package/madwifi/patches/310-noise_get.patch index 81b3cad869..63e8a4fecd 100644 --- a/package/madwifi/patches/310-noise_get.patch +++ b/package/madwifi/patches/310-noise_get.patch @@ -9,7 +9,7 @@ ATH_RXBUF_LOCK_IRQ(sc); if (sc->sc_rxbufcur == NULL) sc->sc_rxbufcur = STAILQ_FIRST(&sc->sc_rxbuf); -@@ -8981,6 +8979,7 @@ +@@ -8975,6 +8973,7 @@ sc->sc_curchan.channel); sc->sc_stats.ast_per_calfail++; } @@ -17,7 +17,7 @@ ath_hal_process_noisefloor(ah); if (isIQdone == AH_TRUE) { -@@ -9049,6 +9048,7 @@ +@@ -9043,6 +9042,7 @@ struct ath_softc *sc = dev->priv; (void) ath_chan_set(sc, ic->ic_curchan); @@ -25,7 +25,7 @@ /* * If we are returning to our bss channel then mark state * so the next recv'd beacon's TSF will be used to sync the -@@ -9317,6 +9317,7 @@ +@@ -9311,6 +9311,7 @@ } ath_hal_process_noisefloor(ah); |