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:
3d424dd
)
build fix: ath_tx_desc
author
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 31 Mar 2013 14:35:30 +0000
(16:35 +0200)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sun, 31 Mar 2013 18:05:34 +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 5c3c175aef382b13dc8c0e4b3a2ff5e323c216a7..28609858b0f6561cd08497237d67ca74a37cca01 100755
(executable)
--- a/
target_firmware/wlan/if_owl.c
+++ b/
target_firmware/wlan/if_owl.c
@@
-238,7
+238,7
@@
static void ath_dma_unmap(struct ath_softc_tgt *sc, struct ath_tx_buf *bf)
static void ath_filltxdesc(struct ath_softc_tgt *sc, struct ath_tx_buf *bf)
{
- struct ath_desc *ds0, *ds = bf->bf_desc;
+ struct ath_
tx_
desc *ds0, *ds = bf->bf_desc;
a_uint8_t i;
ds0 = ds;