Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2011 14:29:05 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal/ar9002 ar9287_attach.c ar9287_olc.c ar9287_olc.h ar9287_reset.c
Message-ID:  <201105261429.p4QETHE4048645@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-05-26 14:29:05 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal/ar9002 ar9287_attach.c ar9287_olc.c 
                               ar9287_olc.h ar9287_reset.c 
  Log:
  SVN rev 222308 on 2011-05-26 14:29:05Z by adrian
  
  Flesh out the TX power calibration for the AR9287.
  
  I'm assuming for now that the AR9287 is only open-loop TX power control
  (as mine is) so I've hard-coded the attach path to fail if the NIC is
  not open-loop.
  
  This greatly simplifies the TX calibration path and the amount of code
  which needs to be ported over.
  
  This still isn't complete - the rate calculation code still needs to be
  ported and it all needs to be glued together.
  
  Obtained from:  Linux ath9k
  
  Revision  Changes    Path
  1.2       +11 -0     src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
  1.2       +72 -0     src/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
  1.2       +6 -0      src/sys/dev/ath/ath_hal/ar9002/ar9287_olc.h
  1.2       +90 -0     src/sys/dev/ath/ath_hal/ar9002/ar9287_reset.c



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