svn commit: r229948 - head/sys/net80211

Adrian Chadd adrian at FreeBSD.org
Tue Jan 10 23:37:33 UTC 2012


Author: adrian
Date: Tue Jan 10 23:37:32 2012
New Revision: 229948
URL: http://svn.freebsd.org/changeset/base/229948

Log:
  Add in the vendor extension bit in the radiotap header.

Modified:
  head/sys/net80211/ieee80211_radiotap.h

Modified: head/sys/net80211/ieee80211_radiotap.h
==============================================================================
--- head/sys/net80211/ieee80211_radiotap.h	Tue Jan 10 23:02:01 2012	(r229947)
+++ head/sys/net80211/ieee80211_radiotap.h	Tue Jan 10 23:37:32 2012	(r229948)
@@ -190,6 +190,7 @@ enum ieee80211_radiotap_type {
 	IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
 	/* NB: gap for netbsd definitions */
 	IEEE80211_RADIOTAP_XCHANNEL = 18,
+	IEEE80211_RADIOTAP_VENDOREXT = 30,
 	IEEE80211_RADIOTAP_EXT = 31,
 };
 


More information about the svn-src-all mailing list