Page MenuHomeFreeBSD

rsu: implement A-MPDU TX; add TODO items for further work
ClosedPublic

Authored by adrian on Jun 9 2025, 2:13 AM.
Referenced Files
Unknown Object (File)
Fri, Oct 3, 2:50 PM
Unknown Object (File)
Tue, Sep 30, 7:40 PM
Unknown Object (File)
Tue, Sep 30, 8:16 AM
Unknown Object (File)
Wed, Sep 24, 12:24 PM
Unknown Object (File)
Wed, Sep 17, 10:29 PM
Unknown Object (File)
Sep 14 2025, 10:58 AM
Unknown Object (File)
Sep 7 2025, 6:52 AM
Unknown Object (File)
Sep 3 2025, 4:31 PM
Subscribers

Details

Summary
  • Enable A-MPDU TX by fixing the A-MPDU TX establish routine; always assign sequence numbers from net80211 (for now); and fix the descriptor programming.
  • Add TODO items around CAM allocation for keys, MAC ID stuff which we likely need to fix for working IBSS/AP behaviour, and whatever other bits and pieces I noticed.
  • Disable amsdu2ampdu, we can decap A-MSDU just fine in net80211, doubly so if we somehow get A-MSDU inside an A-MPDU.

I've tested / verified that A-MPDU TX and A-MPDU RX is correctly
established and functioning by using rtwn in monitor mode.

I used an old r92su linux out of tree driver for comparison.

Diff Detail

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