PERFORCE change 149553 for review

Sam Leffler sam at FreeBSD.org
Wed Sep 10 17:59:51 UTC 2008


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

Change 149553 by sam at sam_ebb on 2008/09/10 17:59:08

	add IEEE80211_BEACON_CAPINFO; it's going to be used shortly

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_proto.h#26 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_proto.h#26 (text+ko) ====

@@ -325,6 +325,7 @@
 	IEEE80211_BEACON_APPIE	= 5,	/* Application IE's */
 	IEEE80211_BEACON_CFP	= 6,	/* CFParms */
 	IEEE80211_BEACON_CSA	= 7,	/* Channel Switch Announcement */
+	IEEE80211_BEACON_CAPINFO = 8,	/* Capabilities Info */
 };
 int	ieee80211_beacon_update(struct ieee80211_node *,
 		struct ieee80211_beacon_offsets *, struct mbuf *, int mcast);


More information about the p4-projects mailing list