Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 18:26:10 +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:  <201006141826.o5EIQLSE060507@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

bschmidt    2010-06-14 18:26:10 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/iwn          if_iwn.c 
  Log:
  SVN rev 209169 on 2010-06-14 18:26:10Z by bschmidt
  
  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>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.37      +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?201006141826.o5EIQLSE060507>