remove unused variable in ah_fillTxDesc
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index ffd30daa5628dd24b5f018e6a58c366e25a2f2fb..27aae5dc0d7044b0c4dfce144f6065704323d270 100644 (file)
@@ -663,7 +663,7 @@ HAL_BOOL ar5416SetupTxDesc_20(struct ath_tx_desc *ds,
 #undef RTSCTS
 }
 
-HAL_BOOL ar5416FillTxDesc_20(struct ath_hal *ah, struct ath_tx_desc *ds,
+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)
 {