svn commit: r298818 - in head/sys: dev/bwi dev/if_ndis dev/iwi dev/malo dev/otus dev/ral dev/rtwn dev/urtwn dev/usb/wlan net80211
Adrian Chadd
adrian.chadd at gmail.com
Fri Apr 29 22:38:32 UTC 2016
hi,
you should likely keep this as a macro:
#define IEEE80211_MODE_MAX (IEEE80211_MODE_QUARTER+1)
+#define IEEE80211_MODE_BYTES 2 /*
howmany(IEEE80211_MODE_MAX, NBBY) */
.. or as a runtime assert so when we add 11ac modes, we don't forget
to bump that. :)
-a
More information about the svn-src-head
mailing list