remove stray \n from debug msg

This commit is contained in:
sam 2004-12-31 21:05:05 +00:00
parent d5e5ef7858
commit 59c07f15bb

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;
}