mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
Add the VAP pointer and nickname when dumping state transitions
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3183 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
876563aeb1
commit
d25dbe6d49
@ -8685,7 +8685,8 @@ ath_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
|
||||
HAL_LED_RUN, /* IEEE80211_S_RUN */
|
||||
};
|
||||
|
||||
DPRINTF(sc, ATH_DEBUG_STATE, "%s: %s -> %s\n", __func__,
|
||||
DPRINTF(sc, ATH_DEBUG_STATE, "%s: %p[%s] %s -> %s\n", __func__,
|
||||
vap, vap->iv_nickname,
|
||||
ieee80211_state_name[vap->iv_state],
|
||||
ieee80211_state_name[nstate]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user