Date: Wed, 10 Sep 2008 17:59:50 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 149553 for review Message-ID: <200809101759.m8AHxoZ9056540@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149553 Change 149553 by sam@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809101759.m8AHxoZ9056540>