remove unused variable in ah_fillTxDesc
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416desc.h
index 42c6ab7c6756f0a2508dfe45db057b0bec2320a8..8448b671d5e7e0bcf7509b3b0411bf8c8c080e13 100755 (executable)
@@ -463,7 +463,7 @@ extern  HAL_BOOL ar5416SetupTxDesc_20(struct ath_tx_desc *ds,
         a_uint32_t txRate0, a_uint32_t txTries0,
         a_uint32_t keyIx, a_uint32_t flags,
         a_uint32_t rtsctsRate, a_uint32_t rtsctsDuration);
-extern  HAL_BOOL ar5416FillTxDesc_20(struct ath_hal *ah, struct ath_tx_desc *ds,
+extern  HAL_BOOL ar5416FillTxDesc_20(struct ath_tx_desc *ds,
         a_uint32_t segLen, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
         const struct ath_tx_desc *ds0);
 extern  HAL_BOOL ar5416FillKeyTxDesc_20(struct ath_hal *ah, struct ath_tx_desc *,HAL_KEY_TYPE);