Searched refs:eeprom_ch (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.c468 ((eeprom_ch->flags & EEPROM_CHANNEL_##x) ? # x " " : "")
473 const struct iwl_eeprom_channel *eeprom_ch,
500 eeprom_ch->flags,
501 eeprom_ch->max_power_avg,
502 ((eeprom_ch->flags & EEPROM_CHANNEL_IBSS) &&
503 !(eeprom_ch->flags & EEPROM_CHANNEL_RADAR)) ? ""
506 if (eeprom_ch->flags & EEPROM_CHANNEL_VALID)
535 const struct iwl_eeprom_channel *eeprom_ch; local
537 eeprom_ch = &eeprom_ch_info[ch_idx];
539 if (!(eeprom_ch
470 iwl_mod_ht40_chan_info(struct device *dev, struct iwl_nvm_data *data, int n_channels, enum nl80211_band band, u16 channel, const struct iwl_eeprom_channel *eeprom_ch, u8 clear_ht40_extension_channel) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c840 #define CHECK_AND_PRINT(x) ((eeprom_ch->flags & EEPROM_CHANNEL_##x) \
849 const struct il_eeprom_channel *eeprom_ch,
865 CHECK_AND_PRINT(DFS), eeprom_ch->flags,
866 eeprom_ch->max_power_avg,
867 ((eeprom_ch->flags & EEPROM_CHANNEL_IBSS) &&
868 !(eeprom_ch->flags & EEPROM_CHANNEL_RADAR)) ? "" : "not ");
870 ch_info->ht40_eeprom = *eeprom_ch;
871 ch_info->ht40_max_power_avg = eeprom_ch->max_power_avg;
872 ch_info->ht40_flags = eeprom_ch->flags;
873 if (eeprom_ch
848 il_mod_ht40_chan_info(struct il_priv *il, enum nl80211_band band, u16 channel, const struct il_eeprom_channel *eeprom_ch, u8 clear_ht40_extension_channel) argument
[all...]

Completed in 359 milliseconds