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:
d7c9d7e
)
build fix: av_bcbuf is ath_tx_buf
author
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 31 Mar 2013 17:26:42 +0000
(19:26 +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 8330b9460af2061db9049cda721ff7bb04c83a0d..a37c13ee1fd93e51444b6f9673b6ebb9b4fdde13 100755
(executable)
--- a/
target_firmware/wlan/if_athvar.h
+++ b/
target_firmware/wlan/if_athvar.h
@@
-321,7
+321,7
@@
struct wmi_rc_rate_mask_cmd {
struct ath_vap_target {
struct ieee80211vap_target av_vap;
struct ath_txq av_mcastq;
- struct ath_
buf
*av_bcbuf;
+ struct ath_
tx_buf
*av_bcbuf;
a_uint32_t av_rate_mask[2]; /* 0 - 2G, 1 - 5G */
a_uint8_t av_minrateidx[2]; /* 0 - 2G, 1 - 5G */
a_int8_t av_valid;