|
@@ -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 {
|