build fix: ath_hal_filltxdesc should use ath_tx_desc
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index c0ae4181ac0d3fa409177331cd994340d5912234..20ecbce3b2185db130c6413eb454fccd216b567a 100644 (file)
@@ -815,9 +815,9 @@ HAL_BOOL ar5416SetupTxDesc_20(struct ath_hal *ah, struct ath_desc *ds,
 #undef RTSCTS
 }
 
-HAL_BOOL ar5416FillTxDesc_20(struct ath_hal *ah, struct ath_desc *ds,
+HAL_BOOL ar5416FillTxDesc_20(struct ath_hal *ah, struct ath_tx_desc *ds,
                             a_uint32_t segLen, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
-                            const struct ath_desc *ds0)
+                            const struct ath_tx_desc *ds0)
 {
         struct ar5416_desc *ads = AR5416DESC(ds);