Page MenuHomeFreeBSD

[iwm] use rate control info from the node txrates; use mgmtrate for EAPOL frames
ClosedPublic

Authored by adrian on Sep 21 2016, 8:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 5:35 AM
Unknown Object (File)
Mon, May 11, 4:13 PM
Unknown Object (File)
Sun, May 10, 4:03 PM
Unknown Object (File)
Fri, May 8, 8:59 PM
Unknown Object (File)
Fri, May 8, 7:04 PM
Unknown Object (File)
Apr 13 2026, 12:26 AM
Unknown Object (File)
Apr 3 2026, 12:04 PM
Unknown Object (File)
Mar 30 2026, 1:16 AM
Subscribers

Details

Summary

This changes the transmit rate control code to do a few things:

  • use fixed rates (mcast, ucast, mgmt) where required
  • Don't use a hard-coded 11a or 11bg rate for non-data frames - use what net80211 says we should use
  • use mgmtrate for EAPOL frames.

Diff Detail

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

Event Timeline

adrian retitled this revision from to [iwm] use rate control info from the node txrates; use mgmtrate for EAPOL frames.
adrian updated this object.
adrian edited the test plan for this revision. (Show Details)
avos edited edge metadata.

Looks good to me.

P.S. As I can see, WME is not implemented properly and may cause problems; should it be disabled?

This revision is now accepted and ready to land.Sep 21 2016, 8:32 PM
This revision was automatically updated to reflect the committed changes.