PERFORCE change 153364 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 22 10:06:16 PST 2008


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

Change 153364 by sam at sam_ebb on 2008/11/22 18:06:09

	update for new node flag

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_ddb.c#31 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_ddb.c#31 (text+ko) ====

@@ -91,7 +91,8 @@
 
 #define	IEEE80211_NODE_BITS \
 	"\20\1AUTH\2QOS\3ERP\5PWR_MGT\6AREF\7HT\10HTCOMPAT\11WPS\12TSN" \
-	"\13AMPDU_RX\14AMPDU_TX\15MIMO_PS\16MIMO_RTS\17RIFS\20SGI20\21SGI40"
+	"\13AMPDU_RX\14AMPDU_TX\15MIMO_PS\16MIMO_RTS\17RIFS\20SGI20\21SGI40" \
+	"\22ASSOCID"
 
 #define	IEEE80211_ERP_BITS \
 	"\20\1NON_ERP_PRESENT\2USE_PROTECTION\3LONG_PREAMBLE"


More information about the p4-projects mailing list