fix led blinking in RUN state: the addition of the CAC state moved
IEEE80211_S_RUN and broke the array lookup used to find the LED flags Approved by: re (blanket wireless)
This commit is contained in:
parent
5ef9cd6c92
commit
77d5e06852
@ -5225,7 +5225,10 @@ ath_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg)
|
||||
HAL_LED_SCAN, /* IEEE80211_S_SCAN */
|
||||
HAL_LED_AUTH, /* IEEE80211_S_AUTH */
|
||||
HAL_LED_ASSOC, /* IEEE80211_S_ASSOC */
|
||||
HAL_LED_RUN, /* IEEE80211_S_CAC */
|
||||
HAL_LED_RUN, /* IEEE80211_S_RUN */
|
||||
HAL_LED_RUN, /* IEEE80211_S_CSA */
|
||||
HAL_LED_RUN, /* IEEE80211_S_SLEEP */
|
||||
};
|
||||
|
||||
DPRINTF(sc, ATH_DEBUG_STATE, "%s: %s -> %s\n", __func__,
|
||||
|
Loading…
Reference in New Issue
Block a user