a_uint32_t numDelims);
void __ahdecl(*ah_set11nAggrMiddle)(struct ath_tx_desc *ds, a_uint32_t numDelims);
void __ahdecl(*ah_set11nAggrLast)(struct ath_tx_desc *ds);
- void __ahdecl(*ah_clr11nAggr)(struct ath_hal *ah,
- struct ath_tx_desc *ds);
+ void __ahdecl(*ah_clr11nAggr)(struct ath_tx_desc *ds);
void __ahdecl(*ah_set11nBurstDuration)(struct ath_hal *ah,
struct ath_tx_desc *ds,
a_uint32_t burstDuration);
extern void ar5416Set11nAggrMiddle_20(struct ath_tx_desc *ds,
a_uint32_t numDelims);
extern void ar5416Set11nAggrLast_20(struct ath_tx_desc *ds);
-extern void ar5416Clr11nAggr_20(struct ath_hal *ah, struct ath_tx_desc *ds);
+extern void ar5416Clr11nAggr_20(struct ath_tx_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_tx_desc *ds,
struct ath_hal *ah = sc->sc_ah;
for (bfd = bf->bf_desc, i = 0; i < bf->bf_dmamap_info.nsegs; bfd++, i++) {
- ah->ah_clr11nAggr(ah, bfd);
+ ah->ah_clr11nAggr(bfd);
ah->ah_set11nBurstDuration(ah, bfd, 0);
ah->ah_set11nVirtualMoreFrag(ah, bfd, 0);
}
bf->bf_next = NULL;
for(ds = bf->bf_desc; ds <= bf->bf_lastds; ds++)
- ah->ah_clr11nAggr(ah, ds);
+ ah->ah_clr11nAggr(ds);
ath_buf_set_rate(sc, bf);
bf->bf_txq_add(sc, bf);
__stats(sc, txaggr_compretries);
for(ds = bf->bf_desc, i = 0; i < bf->bf_dmamap_info.nsegs; ds++, i++) {
- ah->ah_clr11nAggr(ah, ds);
+ ah->ah_clr11nAggr(ds);
ah->ah_set11nBurstDuration(ah, ds, 0);
ah->ah_set11nVirtualMoreFrag(ah, ds, 0);
}
bf->bf_next = NULL;
for (ds0 = ds, i=0; i < bf->bf_dmamap_info.nsegs; ds0++, i++) {
- ah->ah_clr11nAggr(ah, ds0);
+ ah->ah_clr11nAggr(ds0);
}
ath_filltxdesc(sc, bf);