[PATCH 33/42] build fix: use ath_tx_bufhead
Oleksij Rempel
linux at rempel-privat.de
Mon Apr 1 02:51:25 EDT 2013
Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
target_firmware/wlan/if_owl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target_firmware/wlan/if_owl.c b/target_firmware/wlan/if_owl.c
index c3a7848..062d57d 100755
--- a/target_firmware/wlan/if_owl.c
+++ b/target_firmware/wlan/if_owl.c
@@ -1376,7 +1376,7 @@ ath_tgt_tx_sched_aggr(struct ath_softc_tgt *sc, ath_atx_tid_t *tid)
{
struct ath_tx_buf *bf, *bf_last;
ATH_AGGR_STATUS status;
- ath_bufhead bf_q;
+ ath_tx_bufhead bf_q;
struct ath_txq *txq = TID_TO_ACTXQ(tid->tidno);
struct ath_desc *ds = NULL;
int i;
@@ -1397,7 +1397,7 @@ ath_tgt_tx_sched_aggr(struct ath_softc_tgt *sc, ath_atx_tid_t *tid)
break;
bf = asf_tailq_first(&bf_q);
- bf_last = asf_tailq_last(&bf_q, ath_bufhead_s);
+ bf_last = asf_tailq_last(&bf_q, ath_tx_bufhead_s);
if (bf->bf_nframes == 1) {
--
1.8.1.2
More information about the Ath9k_htc_fw
mailing list