svn commit: r184269 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Sat Oct 25 16:24:49 PDT 2008


Author: sam
Date: Sat Oct 25 23:24:49 2008
New Revision: 184269
URL: http://svn.freebsd.org/changeset/base/184269

Log:
  add 1/2 and 1/4 channel flags to IEEE80211_CHAN_ALL so that operations
  like ieee80211_find_channel are more useful

Modified:
  head/sys/net80211/_ieee80211.h

Modified: head/sys/net80211/_ieee80211.h
==============================================================================
--- head/sys/net80211/_ieee80211.h	Sat Oct 25 23:23:41 2008	(r184268)
+++ head/sys/net80211/_ieee80211.h	Sat Oct 25 23:24:49 2008	(r184269)
@@ -192,6 +192,7 @@ struct ieee80211_channel {
 #define	IEEE80211_CHAN_ALL \
 	(IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_GFSK | \
 	 IEEE80211_CHAN_CCK | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_DYN | \
+	 IEEE80211_CHAN_HALF | IEEE80211_CHAN_QUARTER | \
 	 IEEE80211_CHAN_HT)
 #define	IEEE80211_CHAN_ALLTURBO \
 	(IEEE80211_CHAN_ALL | IEEE80211_CHAN_TURBO | IEEE80211_CHAN_STURBO)


More information about the svn-src-all mailing list