projects
/
open-ath9k-htc-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d614ccc
)
build fix: ah_setupRxDesc should use ath_rx_desc
author
Oleksij Rempel
<linux@rempel-privat.de>
Thu, 28 Mar 2013 16:02:42 +0000
(17:02 +0100)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:47 +0000
(17:27 +0100)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/ah.h
patch
|
blob
|
history
diff --git
a/target_firmware/wlan/ah.h
b/target_firmware/wlan/ah.h
index 67c32d6a44451d97e5abcf8ca9dad20c5fd1a3ff..36758ef89074fc710d66214b22d5dd42bcec859c 100755
(executable)
--- a/
target_firmware/wlan/ah.h
+++ b/
target_firmware/wlan/ah.h
@@
-457,7
+457,7
@@
struct ath_hal
/* Target receive Functions */
a_uint32_t __ahdecl(*ah_getRxDP)(struct ath_hal*);
void __ahdecl(*ah_setRxDP)(struct ath_hal*, a_uint32_t rxdp);
- HAL_BOOL __ahdecl(*ah_setupRxDesc)(struct ath_hal *, struct ath_desc *,
+ HAL_BOOL __ahdecl(*ah_setupRxDesc)(struct ath_hal *, struct ath_
rx_
desc *,
a_uint32_t size, a_uint32_t flags);
HAL_STATUS __ahdecl(*ah_procRxDesc)(struct ath_hal *, struct ath_desc *,
a_uint32_t phyAddr, struct ath_desc *next, u_int64_t tsf);