Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2008 22:54:36 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 151520 for review
Message-ID:  <200810182254.m9IMsa3h073770@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151520

Change 151520 by sam@sam_ebb on 2008/10/18 22:54:31

	add 1/2 and 1/4 rate channels to "all" so lookups work
	(amongst other stuff)

Affected files ...

.. //depot/projects/vap/sys/net80211/_ieee80211.h#11 edit

Differences ...

==== //depot/projects/vap/sys/net80211/_ieee80211.h#11 (text+ko) ====

@@ -192,6 +192,7 @@
 #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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810182254.m9IMsa3h073770>