mirror of
https://github.com/openwrt/openwrt.git
synced 2025-08-07 22:30:33 +08:00
ath9k: fix typo in last commit
SVN-Revision: 32046
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user