Searched refs:NUM_2GHZ_CHANNELS (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-nvm-parse.c149 #define NUM_2GHZ_CHANNELS 14 macro
225 if ((ch_idx - NUM_2GHZ_CHANNELS) % 2 == 0) iwl_get_channel_flags()
273 num_2ghz_channels = NUM_2GHZ_CHANNELS; iwl_init_channel_map()
695 if (ch_idx < NUM_2GHZ_CHANNELS && iwl_nvm_get_regdom_bw_flags()
703 if ((ch_idx - NUM_2GHZ_CHANNELS) % 2 == 0) iwl_nvm_get_regdom_bw_flags()
771 band = (ch_idx < NUM_2GHZ_CHANNELS) ? iwl_parse_nvm_mcc_info()
782 (ch_idx >= NUM_2GHZ_CHANNELS) ? iwl_parse_nvm_mcc_info()

Completed in 57 milliseconds