Tested on WUSB54GC, STA mode
Details
Details
- Reviewers
- None
- Group Reviewers
Contributor Reviewers (ports) - Commits
- rS288639: rum(4): fix stats interpretation in rum_ratectl_task()
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
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?
Comment Actions
Yes:
- http://mirror.robert-marquardt.com/downloads/DSRT2571W_V3-1.3_062207.pdf
- 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.