ath9k: Failed to set default beacon rssi in AP/IBSS mode
This beacon rssi will be used to set noisefloor during ani reset. Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
2b892a98db
commit
729da39003
|
@ -1409,6 +1409,7 @@ static void ath9k_calculate_summary_state(struct ieee80211_hw *hw,
|
||||||
|
|
||||||
/* Set up ANI */
|
/* Set up ANI */
|
||||||
if ((iter_data.naps + iter_data.nadhocs) > 0) {
|
if ((iter_data.naps + iter_data.nadhocs) > 0) {
|
||||||
|
sc->sc_ah->stats.avgbrssi = ATH_RSSI_DUMMY_MARKER;
|
||||||
sc->sc_flags |= SC_OP_ANI_RUN;
|
sc->sc_flags |= SC_OP_ANI_RUN;
|
||||||
ath_start_ani(common);
|
ath_start_ani(common);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue