build fix: use ath_tx_desc in ar5416SetupTxDesc_20
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index 20ecbce3b2185db130c6413eb454fccd216b567a..6784e3b0831ab93106cf7f1a02170936498834b2 100644 (file)
@@ -747,7 +747,7 @@ void ar5416IntrReqTxDesc_20(struct ath_hal *ah, struct ath_desc *ds)
        ads->ds_ctl0 |= AR_TxIntrReq;
 }
 
-HAL_BOOL ar5416SetupTxDesc_20(struct ath_hal *ah, struct ath_desc *ds,
+HAL_BOOL ar5416SetupTxDesc_20(struct ath_hal *ah, struct ath_tx_desc *ds,
                              a_uint32_t pktLen,
                              a_uint32_t hdrLen,
                              HAL_PKT_TYPE type,