Searched refs:IWI_CHAN_5GHZ (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/iwi/ | ||
H A D | if_iwireg.h | 470 #define IWI_CHAN_5GHZ (0 << 6) macro |
H A D | if_iwi.c | 2674 return IEEE80211_IS_CHAN_5GHZ(c) ? IWI_CHAN_5GHZ : IWI_CHAN_2GHZ; in scan_band() |