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)
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
Unknown Object (File)
Mon, Sep 22, 12:17 PM
Unknown Object (File)
Sun, Sep 21, 4:58 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 67218
Build 64101: 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