]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r209169:
authorbschmidt <bschmidt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 4 Jul 2010 12:30:55 +0000 (12:30 +0000)
committerbschmidt <bschmidt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 4 Jul 2010 12:30:55 +0000 (12:30 +0000)
commit6a1be10e70036a60421b3ff78129529f0717fc48
treead2c1174bfccb074a2f77aba8c5c422ec2c7fc80
parente43777c1291de3e3cbd81f895413535ec81dcf42
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>

git-svn-id: svn://svn.freebsd.org/base/stable/8@209694 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/iwn/if_iwn.c