Page MenuHomeFreeBSD

rum(4): fix stats interpretation in rum_ratectl_task()
ClosedPublic

Authored by avos on Sep 17 2015, 3:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 26 2024, 10:03 PM
Unknown Object (File)
Feb 26 2024, 9:29 PM
Unknown Object (File)
Dec 23 2023, 12:05 AM
Unknown Object (File)
Jun 16 2023, 3:47 AM
Unknown Object (File)
Jun 3 2023, 5:05 PM
Unknown Object (File)
Jan 13 2023, 5:40 PM
Unknown Object (File)
Dec 21 2022, 3:37 PM
Unknown Object (File)
Nov 29 2022, 2:15 PM
Subscribers

Details

Test Plan

Tested on WUSB54GC, STA mode

Diff Detail

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

Event Timeline

avos retitled this revision from to rum(4): fix stats interpretation in rum_ratectl_task().
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos set the repository for this revision to rS FreeBSD src repository - subversion.

hi,

Just a note - when you change hardware stuff like this, can you please include where you're sourcing things like register changes, usage, etc?

In D3690#78165, @adrian wrote:

hi,

Just a note - when you change hardware stuff like this, can you please include where you're sourcing things like register changes, usage, etc?

Yes:

  1. http://mirror.robert-marquardt.com/downloads/DSRT2571W_V3-1.3_062207.pdf
  2. manual testing:
    • print all statistic values from rum_ratectl_task() (every second);
    • and, then, test it with:

a) ifconfig wlan1 maxretry 0;
b) ifconfig wlan1 maxretry 1;
c) ifconfig wlan1 maxretry 2;
d) ifconfig wlan1 maxretry 9;
(note: you must merge D3689 before trying to set maxretry parameter)
+ monitor all traffic & compare results.

This revision was automatically updated to reflect the committed changes.