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:
9cd8e0e
)
build fix: use ATH_NODE_TARGET for type conversation
author
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 31 Mar 2013 16:28:46 +0000
(18:28 +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_owl.c
patch
|
blob
|
history
diff --git
a/target_firmware/wlan/if_owl.c
b/target_firmware/wlan/if_owl.c
index 38f8964b353fe0e5d5ebc6537f6fa5ad37ecec83..c3a7848c3973f742d2f03bd2f000657fd12ed314 100755
(executable)
--- a/
target_firmware/wlan/if_owl.c
+++ b/
target_firmware/wlan/if_owl.c
@@
-951,7
+951,7
@@
ath_get_pktlen(struct ath_tx_buf *bf, a_int32_t hdrlen)
void
ath_tgt_tx_send_normal(struct ath_softc_tgt *sc, struct ath_tx_buf *bf)
{
- struct ath_node_target *an =
bf->bf_node
;
+ struct ath_node_target *an =
ATH_NODE_TARGET(bf->bf_node)
;
struct ath_rc_series rcs[4];
struct ath_rc_series mrcs[4];
a_int32_t shortPreamble = 0;