build fix: change return type of ath_detach_tgt
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_ath.c
index 82937421a4e721a6125c650debf4afcfc54fbd8f..93e00c522990abb9e17861e4f3d682a85e25ad4f 100755 (executable)
@@ -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;