build fix: use ath_tx_Desc in ar5416Set11nVirtualMoreFrag_20
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index cb52ed25a37bc36417fab4fb4f1f0d37ebdcefc2..0d6123bd8ce26f0ce22de179f124b9364d547b48 100644 (file)
@@ -1129,7 +1129,7 @@ void ar5416Set11nBurstDuration_20(struct ath_hal *ah, struct ath_tx_desc *ds,
        ads->ds_ctl2 |= SM(burstDuration, AR_BurstDur);
 }
 
-void ar5416Set11nVirtualMoreFrag_20(struct ath_hal *ah, struct ath_desc *ds,
+void ar5416Set11nVirtualMoreFrag_20(struct ath_hal *ah, struct ath_tx_desc *ds,
                                    a_uint32_t vmf)
 {
        struct ar5416_desc *ads = AR5416DESC(ds);