Home
last modified time | relevance | path

Searched refs:IWM_NUM_2GHZ_CHANNELS (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/pci/
H A Dif_iwm.c183 #define IWM_NUM_2GHZ_CHANNELS 14 macro
2643 if (ch_idx >= IWM_NUM_2GHZ_CHANNELS && in iwm_init_channel_map()
2650 (ch_idx >= IWM_NUM_2GHZ_CHANNELS) ? "5" : "2.4")); in iwm_init_channel_map()
2657 is_5ghz = ch_idx >= IWM_NUM_2GHZ_CHANNELS; in iwm_init_channel_map()