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:
803748c
)
build fix: buf_q is ath_tx_buf
author
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 31 Mar 2013 15:34:15 +0000
(17:34 +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 363368509deda313327a0dbd8b2573db93366464..38294ee648c6609da6249ebdecd6a7b511c83179 100755
(executable)
--- a/
target_firmware/wlan/if_athvar.h
+++ b/
target_firmware/wlan/if_athvar.h
@@
-278,7
+278,7
@@
typedef struct ath_atx_tid {
a_int32_t baw_tail;
a_uint32_t tx_buf_bitmap[ATH_TID_MAX_BUFS/TX_BUF_BITMAP_SIZE];
asf_tailq_entry(ath_atx_tid) tid_qelem;
- asf_tailq_head(ath_tid_rbq,ath_buf) buf_q;
+ asf_tailq_head(ath_tid_rbq,ath_
tx_
buf) buf_q;
a_int8_t paused;
a_int8_t sched;
a_uint8_t flag;