Page MenuHomeFreeBSD

[net80211] refactor the AMPDU RX window stuff!
ClosedPublic

Authored by adrian on Mar 30 2017, 9:52 PM.
Tags
None
Referenced Files
F81575051: D10208.diff
Thu, Apr 18, 8:33 AM
Unknown Object (File)
Tue, Apr 16, 5:45 AM
Unknown Object (File)
Thu, Apr 11, 3:31 AM
Unknown Object (File)
Mar 15 2024, 12:19 AM
Unknown Object (File)
Feb 3 2024, 3:09 AM
Unknown Object (File)
Dec 26 2023, 4:27 PM
Unknown Object (File)
Oct 30 2023, 11:20 PM
Unknown Object (File)
Sep 15 2023, 6:19 PM
Subscribers

Details

Summary

The RX window update code is effectively the same in both paths,
so remove the code duplication in preparation for A-MSDU_in_A-MPDU offload
support.

Test Plan
  • STA mode, ath10k NIC
  • will test with other 11n drivers soon

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

adrian retitled this revision from [net80211] refactor the AMPDU RX window stuff! The RX window update code is effectively the same in both paths, so remove the code duplication in preparation for A-MSDU_in_A-MPDU offload support. to [net80211] refactor the AMPDU RX window stuff!.
adrian edited the summary of this revision. (Show Details)

update to conditionally do one kassert, to match previous behaviour.

This revision is now accepted and ready to land.Apr 1 2017, 5:57 PM
This revision was automatically updated to reflect the committed changes.