ath_hal_setcapability
(void) ath_hal_setcapability(sc->sc_ah, HAL_CAP_DIVERSITY, 2, 0, NULL);
ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _v, AH_NULL)
extern HAL_BOOL ath_hal_setcapability(struct ath_hal *ah,
return ath_hal_setcapability(ah, type, capability,
return ath_hal_setcapability(ah, type, capability,
return ath_hal_setcapability(ah, type, capability,
ath_hal_setcapability(_ah, HAL_CAP_REG_DMN, 0, _rd, NULL)
ath_hal_setcapability(_ah, HAL_CAP_TKIP_MIC, 1, _v, NULL)
ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL)
ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL)
ath_hal_setcapability(_ah, HAL_CAP_DIAG, 0, _v, NULL)
ath_hal_setcapability(_ah, HAL_CAP_TXPOW, 3, _v, NULL)
ath_hal_setcapability(_ah, HAL_CAP_TPC, 1, _v, NULL)
ath_hal_setcapability(_ah, HAL_CAP_MCAST_KEYSRCH, 0, _v, NULL)
ath_hal_setcapability(_ah, HAL_CAP_TSF_ADJUST, 1, _onoff, NULL)
ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _onoff, NULL)
ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 2, _rfsilent, NULL)
ath_hal_setcapability(_ah, HAL_CAP_TPC_ACK, 0, _tpack, NULL)
ath_hal_setcapability(_ah, HAL_CAP_TPC_CTS, 0, _tpcts, NULL)
ath_hal_setcapability(_ah, HAL_CAP_INTMIT, \
ath_hal_setcapability(_ah, HAL_CAP_ENFORCE_TXOP, 1, _v, NULL)
(ath_hal_setcapability(_ah, HAL_CAP_RXBUFSIZE, 0, _req, NULL) \
(ath_hal_setcapability(_ah, HAL_CAP_RX_CHAINMASK, 1, _rx, NULL))
(ath_hal_setcapability(_ah, HAL_CAP_TX_CHAINMASK, 1, _tx, NULL))