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

/drivers/net/wireless/iwlwifi/
H A Diwl-eeprom-parse.c289 * @EEPROM_CHANNEL_VALID: channel is usable for this SKU/geo
297 EEPROM_CHANNEL_VALID = BIT(0), enumerator in enum:iwl_eeprom_channel_flags
561 if (eeprom_ch->flags & EEPROM_CHANNEL_VALID)
594 if (!(eeprom_ch->flags & EEPROM_CHANNEL_VALID)) {
/drivers/net/wireless/iwlegacy/
H A Dcommon.h208 EEPROM_CHANNEL_VALID = (1 << 0), /* usable for this SKU/geo */ enumerator in enum:__anon4484
1470 return (ch_info->flags & EEPROM_CHANNEL_VALID) ? 1 : 0;
H A Dcommon.c890 if (eeprom_ch->flags & EEPROM_CHANNEL_VALID)

Completed in 122 milliseconds