Page MenuHomeFreeBSD

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

Authored by adrian on Sun, Sep 21, 2:04 AM.
Referenced Files
F132187457: D52652.diff
Tue, Oct 14, 2:38 PM
Unknown Object (File)
Sun, Oct 12, 1:49 AM
Unknown Object (File)
Thu, Oct 2, 4:06 PM
Unknown Object (File)
Wed, Oct 1, 10:36 PM
Unknown Object (File)
Wed, Oct 1, 3:33 PM
Unknown Object (File)
Sun, Sep 28, 7:05 AM
Unknown Object (File)
Sat, Sep 27, 10:25 PM
Unknown Object (File)
Sat, Sep 27, 6:21 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.Sun, Sep 21, 5:37 PM