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)
Sat, Oct 4, 5:01 AM
Unknown Object (File)
Mon, Sep 22, 8:17 AM
Unknown Object (File)
Aug 4 2025, 3:37 AM
Unknown Object (File)
Jul 28 2025, 1:47 PM
Unknown Object (File)
Jul 20 2025, 2:39 PM
Unknown Object (File)
Jul 19 2025, 1:59 PM
Unknown Object (File)
Jul 13 2025, 4:55 AM
Unknown Object (File)
Jun 30 2025, 3:18 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.