diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2007-09-17 05:12:19 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2007-09-17 05:12:19 +0000 |
| commit | 77d5e06852be4c71423c6b627a7248f7e10b06e6 (patch) | |
| tree | ab74a034ef5a1188aac7849628d44f5da6b46524 | |
| parent | 5ef9cd6c92d8949958eed0dd72663b36cf22e23b (diff) | |
Notes
| -rw-r--r-- | sys/dev/ath/if_ath.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 5c46505d68a6..1f3fc485b317 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -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__, |
