use ah_procRxDescFast directly
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_ath.c
index 7dabb5f1e89717dc94f7ad5c10cf8cb92950be94..6186f670f0f77de6407fb393fbcc91419587513d 100755 (executable)
@@ -386,7 +386,7 @@ static void ath_uapsd_processtriggers(struct ath_softc_tgt *sc)
                        continue;
                }
 
-               retval = ath_hal_rxprocdescfast(ah, ds, ds->ds_daddr,
+               retval = ah->ah_procRxDescFast(ah, ds, ds->ds_daddr,
                                                PA2DESC(sc, ds->ds_link), &bf->bf_rx_status);
                if (HAL_EINPROGRESS == retval) {
                        break;