Searched refs:AR5K_EEPROM_HDR_RFKILL (Results 1 – 2 of 2) sorted by relevance
98 if (AR5K_EEPROM_HDR_RFKILL(ah->ah_capabilities.cap_eeprom.ee_header)) in ath5k_rfkill_hw_start()107 if (AR5K_EEPROM_HDR_RFKILL(ah->ah_capabilities.cap_eeprom.ee_header)) in ath5k_rfkill_hw_stop()
81 #define AR5K_EEPROM_HDR_RFKILL(_v) (((_v) >> 14) & 0x1) /* Device has RFKill support */ macro