void __ahdecl(*ah_clr11nAggr)(struct ath_hal *ah,
struct ath_tx_desc *ds);
void __ahdecl(*ah_set11nBurstDuration)(struct ath_hal *ah,
- struct ath_desc *ds,
+ struct ath_tx_desc *ds,
a_uint32_t burstDuration);
void __ahdecl(*ah_set11nVirtualMoreFrag)(struct ath_hal *ah,
struct ath_desc *ds, a_uint32_t vmf);
ads->ds_ctl1 &= (~AR_IsAggr & ~AR_MoreAggr);
}
-void ar5416Set11nBurstDuration_20(struct ath_hal *ah, struct ath_desc *ds,
+void ar5416Set11nBurstDuration_20(struct ath_hal *ah, struct ath_tx_desc *ds,
a_uint32_t burstDuration)
{
struct ar5416_desc *ads = AR5416DESC(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_tx_desc *ds);
-extern void ar5416Set11nBurstDuration_20(struct ath_hal *ah, struct ath_desc *ds,
+extern void ar5416Set11nBurstDuration_20(struct ath_hal *ah, struct ath_tx_desc *ds,
a_uint32_t burstDuration);
extern void ar5416Set11nVirtualMoreFrag_20(struct ath_hal *ah, struct ath_desc *ds,
a_uint32_t vmf);