build fix: use ath_tx_* ath_tgt_tx_form_aggr
authorOleksij Rempel <linux@rempel-privat.de>
Sun, 31 Mar 2013 17:32:15 +0000 (19:32 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sun, 31 Mar 2013 18:05:36 +0000 (20:05 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/if_owl.c

index 40bf6637e68becc257771a2969338fe46f80ac0d..a5c38469aa56dbe7d7bf5ae012c6e9f60ad68f8c 100755 (executable)
@@ -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;;