Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/
Diwl-eeprom-parse.c297 EEPROM_CHANNEL_VALID = BIT(0), enumerator
561 if (eeprom_ch->flags & EEPROM_CHANNEL_VALID) in iwl_mod_ht40_chan_info()
594 if (!(eeprom_ch->flags & EEPROM_CHANNEL_VALID)) { in iwl_init_channel_map()
/drivers/net/wireless/iwlegacy/
Dcommon.h208 EEPROM_CHANNEL_VALID = (1 << 0), /* usable for this SKU/geo */ enumerator
1470 return (ch_info->flags & EEPROM_CHANNEL_VALID) ? 1 : 0; in il_is_channel_valid()
Dcommon.c890 if (eeprom_ch->flags & EEPROM_CHANNEL_VALID) in il_mod_ht40_chan_info()