1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

remove stray \n from debug msg

This commit is contained in:
Sam Leffler 2004-12-31 21:05:05 +00:00
parent 8116d318fc
commit 6b31278104
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139515

View File

@ -1825,7 +1825,7 @@ ieee80211_recv_mgmt(struct ieee80211com *ic, struct mbuf *m0,
IEEE80211_DISCARD(ic, IEEE80211_MSG_ELEMID,
wh, ieee80211_mgt_subtype_name[subtype >>
IEEE80211_FC0_SUBTYPE_SHIFT],
"for off-channel %u\n", chan);
"for off-channel %u", chan);
ic->ic_stats.is_rx_chanmismatch++;
return;
}