From: Oleksij Rempel Date: Sun, 31 Mar 2013 13:09:12 +0000 (+0200) Subject: build fix: ath_flushrecv_tgt uses ath_rx_buffer X-Git-Tag: 1.3.2~10^2~37 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=7de2de434c6ad56bafba0c09d8bfec49866e2781 build fix: ath_flushrecv_tgt uses ath_rx_buffer Signed-off-by: Oleksij Rempel --- diff --git a/target_firmware/wlan/if_ath.c b/target_firmware/wlan/if_ath.c index 30165d4..abbdb3e 100755 --- a/target_firmware/wlan/if_ath.c +++ b/target_firmware/wlan/if_ath.c @@ -1532,7 +1532,7 @@ static void ath_flushrecv_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; - struct ath_buf *bf; + struct ath_rx_buf *bf; asf_tailq_foreach(bf, &sc->sc_rxbuf, bf_list) if (bf->bf_skb != NULL) {