EEPROM_CHANNEL_ACTIVE
EEPROM_CHANNEL_ACTIVE = (1 << 3), /* active scanning allowed */
EEPROM_CHANNEL_ACTIVE = BIT(3),