[PATCH 25/31] build fix: ah_procRxDescFast should use ath_rx_desc

Oleksij Rempel linux at rempel-privat.de
Fri Mar 29 05:01:59 EDT 2013


Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
 target_firmware/wlan/ah.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target_firmware/wlan/ah.h b/target_firmware/wlan/ah.h
index 5ab9cfc..303b042 100755
--- a/target_firmware/wlan/ah.h
+++ b/target_firmware/wlan/ah.h
@@ -426,7 +426,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*);
-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list