Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2011 12:30:13 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath if_athvar.h src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_xmit.c
Message-ID:  <201101291230.p0TCUa8e082284@repoman.freebsd.org>

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

adrian      2011-01-29 12:30:13 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_athvar.h 
    sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_xmit.c 
  Log:
  SVN rev 218067 on 2011-01-29 12:30:13Z by adrian
  
  Fix some errors introduced w/ the last commit; fix setting RTS/CTS in the 11n rate scenario.
  
  * I messed up a couple of things in if_athvar.h; so fix that.
  * Undo some guesswork done in ar5416Set11nRateScenario() and introduce a
    flags parameter which lets the caller set a few things. To begin with,
    this includes whether to do RTS or CTS protection.
  * If both RTS and CTS is set, only do RTS. Both RTS and CTS shouldn't be
    set on a frame.
  
  Revision  Changes    Path
  1.16      +1 -1      src/sys/dev/ath/ath_hal/ar5416/ar5416.h
  1.9       +24 -22    src/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
  1.96      +3 -7      src/sys/dev/ath/if_athvar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101291230.p0TCUa8e082284>