Date: Thu, 3 Mar 2011 08:09:49 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath/ath_rate/sample sample.c Message-ID: <201103030810.p238AC7F088469@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2011-03-03 08:09:49 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_rate/sample sample.c Log: SVN rev 219216 on 2011-03-03 08:09:49Z by adrian Modify the sample rate module output to be (slightly) easier to understand. * add dot11rate_label() which returns Mb or MCS based on legacy or HT * use it everywhere dot11rate() is used * in the "current selection" part at the top of the debugging output, otuput what the rate itself is rather than the rix. The rate index (rix) has very little meaning to normal humans who don't know how to find the PHY settings for each of the chipsets; pointing out the rix rate and type is likely more useful. Revision Changes Path 1.36 +19 -11 src/sys/dev/ath/ath_rate/sample/sample.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103030810.p238AC7F088469>