PERFORCE change 150898 for review

Sam Leffler sam at FreeBSD.org
Fri Oct 3 21:21:05 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=150898

Change 150898 by sam at 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:


More information about the p4-projects mailing list