Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.c244 EEPROM_CHANNEL_ACTIVE = BIT(3), enumerator
564 if (!(eeprom_ch->flags & EEPROM_CHANNEL_ACTIVE)) in iwl_init_channel_map()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h197 EEPROM_CHANNEL_ACTIVE = (1 << 3), /* active scanning allowed */ enumerator
1483 return (!(ch->flags & EEPROM_CHANNEL_ACTIVE)) ? 1 : 0; in il_is_channel_passive()
H A Dcommon.c3499 if (!(ch->flags & EEPROM_CHANNEL_ACTIVE)) in il_init_geos()