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:
731c835
)
build fix: change return type of ath_detach_tgt
author
Oleksij Rempel
<linux@rempel-privat.de>
Tue, 19 Mar 2013 15:08:09 +0000
(16:08 +0100)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:46 +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 82937421a4e721a6125c650debf4afcfc54fbd8f..93e00c522990abb9e17861e4f3d682a85e25ad4f 100755
(executable)
--- a/
target_firmware/wlan/if_ath.c
+++ b/
target_firmware/wlan/if_ath.c
@@
-1648,7
+1648,7
@@
static void ath_setcurmode_tgt(void *Context, A_UINT16 Command,
wmi_cmd_rsp(sc->tgt_wmi_handle, Command, SeqNo, NULL, 0);
}
-static
a_uint32_t
ath_detach_tgt(void *Context, A_UINT16 Command, A_UINT16 SeqNo,
+static
void
ath_detach_tgt(void *Context, A_UINT16 Command, A_UINT16 SeqNo,
A_UINT8 *data, a_int32_t datalen)
{
struct ath_softc_tgt *sc = (struct ath_softc_tgt *)Context;