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:
d85b3e4
)
build fix: axq_linkbuf is ath_tx_buf
author
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 31 Mar 2013 17:02:56 +0000
(19:02 +0200)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 31 Mar 2013 18:05:36 +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 38294ee648c6609da6249ebdecd6a7b511c83179..8330b9460af2061db9049cda721ff7bb04c83a0d 100755
(executable)
--- a/
target_firmware/wlan/if_athvar.h
+++ b/
target_firmware/wlan/if_athvar.h
@@
-307,7
+307,7
@@
struct ath_txq {
a_uint32_t *axq_link;
asf_tailq_head(,ath_tx_buf) axq_q;
a_uint32_t axq_depth;
- struct ath_buf *axq_linkbuf;
+ struct ath_
tx_
buf *axq_linkbuf;
asf_tailq_head(,ath_atx_tid) axq_tidq;
};