summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_sta.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-10-25 23:23:41 +0000
committersam <sam@FreeBSD.org>2008-10-25 23:23:41 +0000
commit9ffeae830f4a1ee2e4f57c1a88756b4cd560ccda (patch)
tree65bf95b23edb1f10732e92ce7626d0ac2b64b8d3 /sys/net80211/ieee80211_sta.c
parentc0ca6963a836d8478a44dce314a17b689ed0af2c (diff)
downloadFreeBSD-src-9ffeae830f4a1ee2e4f57c1a88756b4cd560ccda.zip
FreeBSD-src-9ffeae830f4a1ee2e4f57c1a88756b4cd560ccda.tar.gz
add/improve debug msgs
Diffstat (limited to 'sys/net80211/ieee80211_sta.c')
-rw-r--r--sys/net80211/ieee80211_sta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c
index c50fa53..293616e 100644
--- a/sys/net80211/ieee80211_sta.c
+++ b/sys/net80211/ieee80211_sta.c
@@ -406,8 +406,8 @@ sta_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
break;
default:
invalid:
- IEEE80211_DPRINTF(vap, IEEE80211_MSG_ANY,
- "%s: invalid state transition %s -> %s\n", __func__,
+ IEEE80211_DPRINTF(vap, IEEE80211_MSG_STATE,
+ "%s: unexpected state transition %s -> %s\n", __func__,
ieee80211_state_name[ostate], ieee80211_state_name[nstate]);
break;
}
OpenPOWER on IntegriCloud