From 9a33c326f34c55d4e2250c57f3709dbc03c5b679 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Fri, 29 Mar 2013 07:59:38 +0100 Subject: [PATCH] build fix: add type conversation for asf_tailq_next Signed-off-by: Oleksij Rempel --- target_firmware/wlan/if_ath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.31.1