From: Oleksij Rempel Date: Sun, 31 Mar 2013 17:32:15 +0000 (+0200) Subject: build fix: use ath_tx_* ath_tgt_tx_form_aggr X-Git-Tag: 1.3.2~10^2~6 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=3e9c834a0740b2acfc461997573cef6298ca6f82 build fix: use ath_tx_* ath_tgt_tx_form_aggr Signed-off-by: Oleksij Rempel --- 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;;