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

View File

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