X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=target_firmware%2Fwlan%2Fif_owl.c;h=19d7a44b3c896d3fe01d45367f65eb6df8d03eb1;hp=f1876e239cd909e571e89f1499b25d3bfefc5b28;hb=9e8e26c261c4c0211cf0c3cf8da4342e2013caaf;hpb=60b9031eb5a7620d8862d8b23ce04855fb645e76 diff --git a/target_firmware/wlan/if_owl.c b/target_firmware/wlan/if_owl.c index f1876e2..19d7a44 100755 --- a/target_firmware/wlan/if_owl.c +++ b/target_firmware/wlan/if_owl.c @@ -1429,7 +1429,7 @@ ath_tgt_tx_sched_aggr(struct ath_softc_tgt *sc, ath_atx_tid_t *tid) bf->bf_lastds = bf_last->bf_lastds; for (i = 0; i < bf_last->bf_dmamap_info.nsegs; i++) - ath_hal_set11n_aggr_last(sc->sc_ah, &bf_last->bf_descarr[i]); + ah->ah_set11nAggrLast(ah, &bf_last->bf_descarr[i]); if (status == ATH_AGGR_8K_LIMITED) { adf_os_assert(0);