From: Oleksij Rempel Date: Thu, 28 Mar 2013 16:06:39 +0000 (+0100) Subject: build fix: ah_procRxDescFast should use ath_rx_desc X-Git-Tag: 1.3.2~12^2~6 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=cc7d862adace5a997e79524d38ce55be83740db1 build fix: ah_procRxDescFast should use ath_rx_desc Signed-off-by: Oleksij Rempel --- diff --git a/target_firmware/wlan/ah.h b/target_firmware/wlan/ah.h index 36758ef..6425de6 100755 --- a/target_firmware/wlan/ah.h +++ b/target_firmware/wlan/ah.h @@ -462,7 +462,7 @@ struct ath_hal HAL_STATUS __ahdecl(*ah_procRxDesc)(struct ath_hal *, struct ath_desc *, a_uint32_t phyAddr, struct ath_desc *next, u_int64_t tsf); HAL_STATUS __ahdecl(*ah_procRxDescFast)(struct ath_hal *ah, - struct ath_desc *ds, a_uint32_t pa, + struct ath_rx_desc *ds, a_uint32_t pa, struct ath_desc *nds, struct ath_rx_status *rx_stats); HAL_BOOL __ahdecl(*ah_stopDmaReceive)(struct ath_hal*);