diff options
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index 11d9eca8fb6e..c4d32c54224d 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c | |||
@@ -1409,6 +1409,7 @@ static void ath9k_calculate_summary_state(struct ieee80211_hw *hw, | |||
1409 | 1409 | ||
1410 | /* Set up ANI */ | 1410 | /* Set up ANI */ |
1411 | if ((iter_data.naps + iter_data.nadhocs) > 0) { | 1411 | if ((iter_data.naps + iter_data.nadhocs) > 0) { |
1412 | sc->sc_ah->stats.avgbrssi = ATH_RSSI_DUMMY_MARKER; | ||
1412 | sc->sc_flags |= SC_OP_ANI_RUN; | 1413 | sc->sc_flags |= SC_OP_ANI_RUN; |
1413 | ath_start_ani(common); | 1414 | ath_start_ani(common); |
1414 | } else { | 1415 | } else { |