is received which matches the session.
Same change as just made in iwm(4).
-/* $OpenBSD: if_iwx.c,v 1.123 2021/11/22 10:54:36 stsp Exp $ */
+/* $OpenBSD: if_iwx.c,v 1.124 2021/11/22 11:01:12 stsp Exp $ */
/*
* Copyright (c) 2014, 2016 genua gmbh <info@genua.de>
if (rxba == NULL || tid != rxba->tid || rxba->sta_id != IWX_STATION_ID)
return 0;
+ if (rxba->timeout != 0)
+ getmicrouptime(&rxba->last_rx);
+
/* Bypass A-MPDU re-ordering in net80211. */
rxi->rxi_flags |= IEEE80211_RXI_AMPDU_DONE;