Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2011 05:49:15 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal ah.h src/sys/dev/ath/ath_hal/ar5210 ar5210.h ar5210_attach.c ar5210_xmit.c src/sys/dev/ath/ath_hal/ar5211 ar5211.h ar5211_attach.c ar5211_xmit.c src/sys/dev/ath/ath_hal/ar5212 ar5212.h ...
Message-ID:  <201101200549.p0K5nNQ5004051@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-01-20 05:49:15 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal  ah.h 
    sys/dev/ath/ath_hal/ar5210 ar5210.h ar5210_attach.c 
                               ar5210_xmit.c 
    sys/dev/ath/ath_hal/ar5211 ar5211.h ar5211_attach.c 
                               ar5211_xmit.c 
    sys/dev/ath/ath_hal/ar5212 ar5212.h ar5212_attach.c 
                               ar5212_xmit.c 
    sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c 
                               ar5416_xmit.c 
  Log:
  SVN rev 217621 on 2011-01-20 05:49:15Z by adrian
  
  Add a new HAL method to retrieve the completion schedule. It sets
  the completion schedule from the hardware and returns AH_TRUE if
  the hardware supports multi-rate retries (AR5212 and above); and
  returns AH_FALSE if the hardware doesn't support multi-rate retries.
  
  The sample rate module directly reads the TX completion descriptor
  and extracts the TX schedule information from that. It will be
  updated in a future commit to instead use this method to determine
  the completion schedule.
  
  Revision  Changes    Path
  1.15      +2 -0      src/sys/dev/ath/ath_hal/ah.h
  1.4       +2 -0      src/sys/dev/ath/ath_hal/ar5210/ar5210.h
  1.8       +1 -0      src/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
  1.3       +9 -0      src/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c
  1.5       +2 -0      src/sys/dev/ath/ath_hal/ar5211/ar5211.h
  1.8       +1 -0      src/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
  1.3       +10 -0     src/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c
  1.9       +2 -0      src/sys/dev/ath/ath_hal/ar5212/ar5212.h
  1.11      +1 -0      src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
  1.7       +21 -0     src/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
  1.11      +2 -0      src/sys/dev/ath/ath_hal/ar5416/ar5416.h
  1.14      +1 -0      src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
  1.6       +22 -0     src/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c



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