remove unused variable in ah_setupRxDesc
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index 9959ac3cc6b8cc42ab28c218f1f0914cdd6b2d95..12addf95b8154a0377d5cc525556550feff772e4 100644 (file)
@@ -329,7 +329,7 @@ void ar5416StopPcuReceive(struct ath_hal *ah)
        OS_REG_SET_BIT(ah, AR_DIAG_SW, AR_DIAG_RX_DIS);
 }
 
-HAL_BOOL ar5416SetupRxDesc_20(struct ath_hal *ah, struct ath_rx_desc *ds,
+HAL_BOOL ar5416SetupRxDesc_20(struct ath_rx_desc *ds,
                              a_uint32_t size, a_uint32_t flags)
 {
        struct ar5416_desc *ads = AR5416DESC(ds);