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:
cc7d862
)
build fix: add type conversation for asf_tailq_next
author
Oleksij Rempel
<linux@rempel-privat.de>
Fri, 29 Mar 2013 06:59:38 +0000
(07:59 +0100)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:48 +0000
(17:27 +0100)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/if_ath.c
patch
|
blob
|
history
diff --git
a/target_firmware/wlan/if_ath.c
b/target_firmware/wlan/if_ath.c
index 93e00c522990abb9e17861e4f3d682a85e25ad4f..263627f564d95117b05f6477b9618d4d4fa9631c 100755
(executable)
--- a/
target_firmware/wlan/if_ath.c
+++ b/
target_firmware/wlan/if_ath.c
@@
-446,7
+446,7
@@
static void ath_uapsd_processtriggers(struct ath_softc_tgt *sc)
bf->bf_status |= ATH_BUFSTATUS_DONE;
- bf = asf_tailq_next(bf, bf_list);
+ bf =
(struct ath_rx_buf *)
asf_tailq_next(bf, bf_list);
}
else {
ds = asf_tailq_next(ds, ds_list);