Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/
Diwl-eeprom-parse.c298 EEPROM_CHANNEL_ACTIVE = BIT(3), enumerator
618 if (!(eeprom_ch->flags & EEPROM_CHANNEL_ACTIVE)) in iwl_init_channel_map()
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
Dcommon.h197 EEPROM_CHANNEL_ACTIVE = (1 << 3), /* active scanning allowed */ enumerator
1474 return (!(ch->flags & EEPROM_CHANNEL_ACTIVE)) ? 1 : 0; in il_is_channel_passive()
Dcommon.c3497 if (!(ch->flags & EEPROM_CHANNEL_ACTIVE)) in il_init_geos()