Date: Fri, 3 Oct 2008 21:21:03 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 150898 for review Message-ID: <200810032121.m93LL3ZB090248@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=150898 Change 150898 by sam@sam_ebb on 2008/10/03 21:20:51 add IEEE80211_ELEMID_PWRCNSTR to the set of ie's explicitly ignored so it doesn't get flagged as an unknown ie in wlanstats Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_input.c#33 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_input.c#33 (text+ko) ==== @@ -603,6 +603,7 @@ break; case IEEE80211_ELEMID_IBSSPARMS: case IEEE80211_ELEMID_CFPARMS: + case IEEE80211_ELEMID_PWRCNSTR: /* NB: avoid debugging complaints */ break; case IEEE80211_ELEMID_XRATES:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810032121.m93LL3ZB090248>