CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/03/10 02:00:57

Modified files:
        sys/dev/pci    : if_iwx.c if_iwxreg.h if_iwxvar.h 

Log message:
Remove custom Rx A-MPDU reordering code from iwx(4).

The equivalent code was deleted from iwlwifi in 2023. It is only needed for
iwm 9k devices running with multiple Rx queues. AX200 and later devices do
Rx reordering in firmware and provide flags the driver can check to avoid
sending duplicate frames up the stack.

See linux.git commit 29fa9a984b6d1075020f12071a89897fd62ed27f
and linux.git commit ff8e3a40d78bc414213b2724ad775adf98780a5a

ok phessler@ kettenis@ kevlo@

Tested:
AX200: jmc, stsp
AX210 (MA): kettenis, kevlo
AX211 (BZ): stsp

Reply via email to