[PATCH 24/42] build fix: use ath_tx_buf in ar5416Clr11nAggr_20

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


Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
 target_firmware/wlan/ah.h         | 2 +-
 target_firmware/wlan/ar5416_hw.c  | 2 +-
 target_firmware/wlan/ar5416desc.h | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/target_firmware/wlan/ah.h b/target_firmware/wlan/ah.h
index d0f462a..31b63cf 100755
--- a/target_firmware/wlan/ah.h
+++ b/target_firmware/wlan/ah.h
@@ -422,7 +422,7 @@ struct ath_hal
 	void      __ahdecl(*ah_set11nAggrLast)(struct ath_hal *ah,
 					       struct ath_desc *ds);
 	void      __ahdecl(*ah_clr11nAggr)(struct ath_hal *ah,
-					   struct ath_desc *ds);
+					   struct ath_tx_desc *ds);
 	void      __ahdecl(*ah_set11nBurstDuration)(struct ath_hal *ah,
 						    struct ath_desc *ds,
 						    a_uint32_t burstDuration);
diff --git a/target_firmware/wlan/ar5416_hw.c b/target_firmware/wlan/ar5416_hw.c
index 076c1af..432abf0 100644
--- a/target_firmware/wlan/ar5416_hw.c
+++ b/target_firmware/wlan/ar5416_hw.c
@@ -1113,7 +1113,7 @@ void ar5416Set11nAggrLast_20(struct ath_hal *ah, struct ath_desc *ds)
 	ads->ds_ctl6 &= ~AR_PadDelim;
 }
 
-void ar5416Clr11nAggr_20(struct ath_hal *ah, struct ath_desc *ds)
+void ar5416Clr11nAggr_20(struct ath_hal *ah, struct ath_tx_desc *ds)
 {
 	struct ar5416_desc *ads = AR5416DESC(ds);
 
diff --git a/target_firmware/wlan/ar5416desc.h b/target_firmware/wlan/ar5416desc.h
index b70d1c4..1d11381 100755
--- a/target_firmware/wlan/ar5416desc.h
+++ b/target_firmware/wlan/ar5416desc.h
@@ -486,7 +486,7 @@ extern void ar5416Set11nAggrFirst_20(struct ath_hal *ah, struct ath_desc *ds,
 extern void ar5416Set11nAggrMiddle_20(struct ath_hal *ah, struct ath_desc *ds,
        a_uint32_t numDelims);
 extern void ar5416Set11nAggrLast_20(struct ath_hal *ah, struct ath_desc *ds);
-extern void ar5416Clr11nAggr_20(struct ath_hal *ah, struct ath_desc *ds);
+extern void ar5416Clr11nAggr_20(struct ath_hal *ah, struct ath_tx_desc *ds);
 extern void ar5416Set11nBurstDuration_20(struct ath_hal *ah, struct ath_desc *ds,
        a_uint32_t burstDuration);
 extern void ar5416Set11nVirtualMoreFrag_20(struct ath_hal *ah, struct ath_desc *ds,
-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list