build fix: ah_procRxDescFast should use ath_rx_desc
authorOleksij Rempel <linux@rempel-privat.de>
Thu, 28 Mar 2013 16:06:39 +0000 (17:06 +0100)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:48 +0000 (17:27 +0100)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/ah.h

index 36758ef89074fc710d66214b22d5dd42bcec859c..6425de60e76a8f8670fcbe74b31189919b7e3da5 100755 (executable)
@@ -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*);