build fix: use ath_tx_buf in ar5416Clr11nAggr_20
authorOleksij Rempel <linux@rempel-privat.de>
Sun, 31 Mar 2013 16:04:23 +0000 (18:04 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sun, 31 Mar 2013 18:05:35 +0000 (20:05 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/ah.h
target_firmware/wlan/ar5416_hw.c
target_firmware/wlan/ar5416desc.h

index d0f462af48f71129c01577df56571d53f2b16d09..31b63cff938feccf0e7d9a750e495c0748b8f8cd 100755 (executable)
@@ -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);
index 076c1afe51b2a427f08f5e7ddf93d298ad776ce2..432abf0dcd25ea660b556a0f3c5dab8e9c1eb0f4 100644 (file)
@@ -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);
 
index b70d1c456499eda38fd95f0c1a3914e9cf28b73c..1d1138187e48ec12050be56f38c378a83be94f41 100755 (executable)
@@ -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,