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)
Tue, Jun 23, 12:19 AM
Unknown Object (File)
Fri, May 29, 12:04 PM
Unknown Object (File)
Fri, May 29, 9:41 AM
Unknown Object (File)
Thu, May 28, 9:35 PM
Unknown Object (File)
May 14 2026, 5:35 AM
Unknown Object (File)
May 11 2026, 4:13 PM
Unknown Object (File)
May 10 2026, 4:03 PM
Unknown Object (File)
May 8 2026, 8:59 PM
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.