Date: Sat, 22 Nov 2008 18:06:16 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 153364 for review Message-ID: <200811221806.mAMI6GgC072082@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153364 Change 153364 by sam@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811221806.mAMI6GgC072082>