Wifi throughput test issue (FreeBSD 8.2)

Adrian Chadd adrian at freebsd.org
Wed Nov 30 16:06:40 UTC 2011


Hi,

Hm. Selecting a static rate would mean that you'd end up populating
the rate control statistics with more "wins" for that particular TX
rate, so when you go back to "any", it will choose 54mbit more often.

I suggest looking at the code in
sys/dev/ath/ath_rate/sample/sample.[ch] and see what's going on.  You
can investigate the current statistics by "sysctl
dev.ath.X.sample_stats=1" and then check dmesg.

It sounds like your noise is causing some tx failures to occur at
higher rates, which makes sample back off very quickly. It may not
then sample the higher rates often enough if it sees failures early
on.


Adrian


More information about the freebsd-net mailing list