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

/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.c234 * @EEPROM_CHANNEL_VALID: channel is usable for this SKU/geo
242 EEPROM_CHANNEL_VALID = BIT(0), enumerator in enum:iwl_eeprom_channel_flags
506 if (eeprom_ch->flags & EEPROM_CHANNEL_VALID)
539 if (!(eeprom_ch->flags & EEPROM_CHANNEL_VALID)) {
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h194 EEPROM_CHANNEL_VALID = (1 << 0), /* usable for this SKU/geo */ enumerator in enum:__anon1713
1453 return (ch_info->flags & EEPROM_CHANNEL_VALID) ? 1 : 0;
H A Dcommon.c873 if (eeprom_ch->flags & EEPROM_CHANNEL_VALID)

Completed in 230 milliseconds