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
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
Unknown Object (File)
Tue, Oct 14, 11:25 PM
Unknown Object (File)
Tue, Oct 14, 11:25 PM
Unknown Object (File)
Tue, Oct 14, 2:38 PM
Unknown Object (File)
Sun, Oct 12, 1:49 AM
Unknown Object (File)
Thu, Oct 2, 4:06 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 67214
Build 64097: arc lint + arc unit

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