[PATCH 36/42] build fix: use ath_tx_* ath_tgt_tx_form_aggr

Oleksij Rempel linux at rempel-privat.de
Mon Apr 1 02:51:28 EDT 2013


Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
 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;;
-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list