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

/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.c235 * @EEPROM_CHANNEL_IBSS: usable as an IBSS channel
243 EEPROM_CHANNEL_IBSS = BIT(1), enumerator in enum:iwl_eeprom_channel_flags
502 ((eeprom_ch->flags & EEPROM_CHANNEL_IBSS) &&
561 if (!(eeprom_ch->flags & EEPROM_CHANNEL_IBSS))
586 EEPROM_CHANNEL_IBSS) &&
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h195 EEPROM_CHANNEL_IBSS = (1 << 1), /* usable as an IBSS channel */ enumerator in enum:__anon1713
1477 return (ch->flags & EEPROM_CHANNEL_IBSS) ? 1 : 0;
H A Dcommon.c867 ((eeprom_ch->flags & EEPROM_CHANNEL_IBSS) &&
975 flags & EEPROM_CHANNEL_IBSS) &&
3486 if (!(ch->flags & EEPROM_CHANNEL_IBSS))

Completed in 139 milliseconds