Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h194 EEPROM_CHANNEL_VALID = (1 << 0), /* usable for this SKU/geo */ enumerator
1465 return (ch_info->flags & EEPROM_CHANNEL_VALID) ? 1 : 0; in il_is_channel_valid()
H A Dcommon.c873 if (eeprom_ch->flags & EEPROM_CHANNEL_VALID) in il_mod_ht40_chan_info()