mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -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