Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
/* Misc Functions */
void __ahdecl(*ah_setDefAntenna)(struct ath_hal*, a_uint32_t);
-
- HAL_BOOL __ahdecl(*ah_updateCTSForBursting)(struct ath_hal *,
- struct ath_desc *, struct ath_desc *,
- struct ath_desc *, struct ath_desc *,
- a_uint32_t, a_uint32_t);
void __ahdecl(*ah_setRxFilter)(struct ath_hal*, a_uint32_t);
ah->ah_set11nBurstDuration = ar5416Set11nBurstDuration_20;
ah->ah_setupRxDesc = ar5416SetupRxDesc_20;
ah->ah_procRxDescFast = ar5416ProcRxDescFast_20;
- ah->ah_updateCTSForBursting = NULL;
ah->ah_setupTxDesc = ar5416SetupTxDesc_20;
ah->ah_reqTxIntrDesc = ar5416IntrReqTxDesc_20;
ah->ah_fillTxDesc = ar5416FillTxDesc_20;