Page MenuHomeFreeBSD

iwx: re-add sequence numbers for non-AMPDU, preserving previous behaviour
ClosedPublic

Authored by adrian on Sep 21 2025, 2:04 AM.
Referenced Files
Unknown Object (File)
Sat, Nov 1, 6:44 AM
Unknown Object (File)
Tue, Oct 28, 3:45 AM
Unknown Object (File)
Sun, Oct 26, 2:38 PM
Unknown Object (File)
Sat, Oct 25, 1:00 AM
Unknown Object (File)
Fri, Oct 24, 3:09 PM
Unknown Object (File)
Fri, Oct 17, 5:27 AM
Unknown Object (File)
Tue, Oct 14, 11:25 PM
Unknown Object (File)
Tue, Oct 14, 11:25 PM
Subscribers

Details

Summary

I received a report on freebsd-wireless@ that traffic stopped working.
It seems that although my AX210 is fine with this change, the AX201/22000
hardware/firmware seems to require it.

There's a bit to set in the TX command to force the FW to set the
sequence control. We only set a few flags, and we don't set that.

So, add the sequence number allocation where encryption is performed.

Locally tested:

  • AX210, STA mode
  • AX201, STA mode

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This fixes the AX210 in my frame.work that previously made it through association and DHCP, then stopped passing traffic. Thanks!

This revision is now accepted and ready to land.Sep 21 2025, 5:37 PM