projects
/
librecmc
/
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:
3084e12
)
build fix: ath_txq->axq_q is ath_tx_buf
author
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 31 Mar 2013 15:15:53 +0000
(17:15 +0200)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 31 Mar 2013 18:05:35 +0000
(20:05 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/if_athvar.h
patch
|
blob
|
history
diff --git
a/target_firmware/wlan/if_athvar.h
b/target_firmware/wlan/if_athvar.h
index 8a53b32322cf34c495d2608691bcc70772d9f82e..64b7df93c85d93436b655dc35d6dbd67bce95da2 100755
(executable)
--- a/
target_firmware/wlan/if_athvar.h
+++ b/
target_firmware/wlan/if_athvar.h
@@
-303,7
+303,7
@@
struct ath_descdma {
struct ath_txq {
a_uint32_t axq_qnum;
a_uint32_t *axq_link;
- asf_tailq_head(,ath_buf) axq_q;
+ asf_tailq_head(,ath_
tx_
buf) axq_q;
a_uint32_t axq_depth;
struct ath_buf *axq_linkbuf;
asf_tailq_head(,ath_atx_tid) axq_tidq;