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)
Fri, Nov 21, 3:59 AM
Unknown Object (File)
Fri, Nov 21, 3:57 AM
Unknown Object (File)
Fri, Nov 21, 3:55 AM
Unknown Object (File)
Fri, Nov 21, 3:54 AM
Unknown Object (File)
Thu, Nov 20, 3:26 AM
Unknown Object (File)
Wed, Nov 19, 3:05 AM
Unknown Object (File)
Wed, Nov 19, 3:02 AM
Unknown Object (File)
Tue, Nov 18, 3:30 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

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.