Home
last modified time | relevance | path

Searched refs:AR5416_OPFLAGS_11A (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v14.h96 #define AR5416_OPFLAGS_11A 0x01 macro
H A Dah_eeprom_v4k.c84 return pBase->opCapFlags & AR5416_OPFLAGS_11A ? in v4kEepromGet()
H A Dah_eeprom_v14.c108 return pBase->opCapFlags & AR5416_OPFLAGS_11A ? in v14EepromGet()
/dragonfly/tools/tools/ath/athprom/
H A Dathprom.c832 if (eepromN.baseEepHeader.opCapFlags & AR5416_OPFLAGS_11A) in ifmode()