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)
Wed, Sep 11, 6:53 AM
Unknown Object (File)
Sun, Sep 8, 9:53 PM
Unknown Object (File)
Sun, Sep 8, 5:48 AM
Unknown Object (File)
Sat, Sep 7, 6:11 PM
Unknown Object (File)
Sat, Aug 17, 10:35 AM
Unknown Object (File)
Aug 12 2024, 4:02 AM
Unknown Object (File)
Jul 31 2024, 7:56 PM
Unknown Object (File)
Jul 17 2024, 7:54 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.