Page MenuHomeFreeBSD

[net80211] refactor out "add slot" and "purge slot" for A-MPDU This is in preparation for A-MSDU decap in A-MPDU support. * refactor out the code to purge a single reorder slot into ampdu_rx_purge_slot(). * refactor out the code to add a frame...
ClosedPublic

Authored by adrian on Apr 9 2017, 1:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 6, 3:17 PM
Unknown Object (File)
Fri, May 17, 2:55 PM
Unknown Object (File)
May 16 2024, 5:48 PM
Unknown Object (File)
May 16 2024, 3:52 PM
Unknown Object (File)
May 14 2024, 8:32 AM
Unknown Object (File)
May 3 2024, 1:28 AM
Unknown Object (File)
Apr 28 2024, 4:45 PM
Unknown Object (File)
Apr 23 2024, 3:08 AM

Details

Summary

...to the given reorder slot

to ampdu_rx_add_slot().

This should be a big no-op as far as current code is concerned.

Test Plan
  • QCA9880v2, STA mode (11ac)
  • iwn(4), STA mode (11n)

Diff Detail