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

Andriy Voskoboinyk avos at freebsd.org
Sat Apr 30 02:36:14 UTC 2016


Sat, 30 Apr 2016 01:38:32 +0300 було написано Adrian Chadd  
<adrian.chadd at gmail.com>:

hi,

probably, IEEE80211_CHAN_BYTES should be uncommented too?

> 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-all mailing list