diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-04 13:46:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-04 13:46:29 +0000 |
commit | 8b0d6b247718c0532f9681c59e90950ed016a148 (patch) | |
tree | fd4759a7cccb47edd84dc20eb1c7aac36c43bc43 /package/mac80211/patches | |
parent | c9e36f4709ca2ed215699b9e29df817fff95e422 (diff) | |
download | upstream-8b0d6b247718c0532f9681c59e90950ed016a148.tar.gz upstream-8b0d6b247718c0532f9681c59e90950ed016a148.tar.bz2 upstream-8b0d6b247718c0532f9681c59e90950ed016a148.zip |
ath9k: fix typo in last commit
SVN-Revision: 32046
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r-- | package/mac80211/patches/571-ath9k_ani_fix_weak_sig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/571-ath9k_ani_fix_weak_sig.patch b/package/mac80211/patches/571-ath9k_ani_fix_weak_sig.patch index bfe0f0b46f..12d7cda59a 100644 --- a/package/mac80211/patches/571-ath9k_ani_fix_weak_sig.patch +++ b/package/mac80211/patches/571-ath9k_ani_fix_weak_sig.patch @@ -17,7 +17,7 @@ - entry_ofdm->ofdm_weak_signal_on)) { + weak_sig = entry_ofdm->ofdm_weak_signal_on; + if (ah->opmode == NL80211_IFTYPE_STATION && -+ BEACON_RSSI(ah) >= aniState->rssiThrHigh) ++ BEACON_RSSI(ah) <= aniState->rssiThrHigh) + weak_sig = true; + + if (!aniState->ofdmWeakSigDetectOff != weak_sig) |