From: Oleksij Rempel Date: Fri, 29 Mar 2013 06:59:38 +0000 (+0100) Subject: build fix: add type conversation for asf_tailq_next X-Git-Tag: 1.3.2~12^2~5 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=9a33c326f34c55d4e2250c57f3709dbc03c5b679;p=open-ath9k-htc-firmware.git build fix: add type conversation for asf_tailq_next Signed-off-by: Oleksij Rempel --- diff --git a/target_firmware/wlan/if_ath.c b/target_firmware/wlan/if_ath.c index 93e00c5..263627f 100755 --- 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);