Date: Fri, 22 Feb 2008 16:52:36 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 135968 for review Message-ID: <200802221652.m1MGqamU029981@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135968 Change 135968 by sam@sam_ebb on 2008/02/22 16:51:55 correct debug msg Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_hostap.c#13 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_hostap.c#13 (text+ko) ==== @@ -800,7 +800,7 @@ IEEE80211_NODE_STAT(ni, rx_mgmt); if (dir != IEEE80211_FC1_DIR_NODS) { IEEE80211_DISCARD(vap, IEEE80211_MSG_INPUT, - wh, "data", "incorrect dir 0x%x", dir); + wh, "mgt", "incorrect dir 0x%x", dir); vap->iv_stats.is_rx_wrongdir++; goto err; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802221652.m1MGqamU029981>