From 3e9c834a0740b2acfc461997573cef6298ca6f82 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Sun, 31 Mar 2013 19:32:15 +0200 Subject: [PATCH] build fix: use ath_tx_* ath_tgt_tx_form_aggr Signed-off-by: Oleksij Rempel --- target_firmware/wlan/if_owl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_firmware/wlan/if_owl.c b/target_firmware/wlan/if_owl.c index 40bf663..a5c3846 100755 --- a/target_firmware/wlan/if_owl.c +++ b/target_firmware/wlan/if_owl.c @@ -1490,7 +1490,7 @@ static u_int32_t ath_lookup_rate(struct ath_softc_tgt *sc, } int ath_tgt_tx_form_aggr(struct ath_softc_tgt *sc, ath_atx_tid_t *tid, - ath_bufhead *bf_q) + ath_tx_bufhead *bf_q) { struct ath_tx_buf *bf_first ,*bf_prev = NULL; int nframes = 0, rl = 0;; -- 2.31.1