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)
Thu, Nov 20, 7:04 PM
Unknown Object (File)
Thu, Nov 20, 7:02 PM
Unknown Object (File)
Thu, Nov 20, 7:01 PM
Unknown Object (File)
Thu, Nov 20, 6:50 PM
Unknown Object (File)
Tue, Nov 18, 11:50 AM
Unknown Object (File)
Wed, Nov 12, 2:24 PM
Unknown Object (File)
Thu, Nov 6, 1:03 AM
Unknown Object (File)
Thu, Oct 30, 1:08 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.