Date: Sun, 4 Jul 2010 12:30:55 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/iwn if_iwn.c Message-ID: <201007041237.o64CbAlU099250@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bschmidt 2010-07-04 12:30:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/iwn if_iwn.c Log: SVN rev 209694 on 2010-07-04 12:30:55Z by bschmidt MFC r209169: Fix TX retry rate handling. tx->linkq is an index to a rate table beginning with the highest available rate. Currently we always use 54m for the first retry no matter what AMRR has choosen. Fix this by setting the index to the next lower rate. Approved by: rpaulo (mentor) Tested by: Brandon Gooch <jamesbrandongooch at gmail.com> Revision Changes Path 1.18.2.8 +1 -1 src/sys/dev/iwn/if_iwn.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007041237.o64CbAlU099250>