mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 16:04:42 +02:00
ath9k: fix typo in last commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32046 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
049b4337f5
commit
439e38c40e
@ -17,7 +17,7 @@
|
|||||||
- entry_ofdm->ofdm_weak_signal_on)) {
|
- entry_ofdm->ofdm_weak_signal_on)) {
|
||||||
+ weak_sig = entry_ofdm->ofdm_weak_signal_on;
|
+ weak_sig = entry_ofdm->ofdm_weak_signal_on;
|
||||||
+ if (ah->opmode == NL80211_IFTYPE_STATION &&
|
+ if (ah->opmode == NL80211_IFTYPE_STATION &&
|
||||||
+ BEACON_RSSI(ah) >= aniState->rssiThrHigh)
|
+ BEACON_RSSI(ah) <= aniState->rssiThrHigh)
|
||||||
+ weak_sig = true;
|
+ weak_sig = true;
|
||||||
+
|
+
|
||||||
+ if (!aniState->ofdmWeakSigDetectOff != weak_sig)
|
+ if (!aniState->ofdmWeakSigDetectOff != weak_sig)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user