Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2011 13:00:45 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar2133.c src/sys/dev/ath/ath_hal/ar9002 ar9280.c ar9285.c
Message-ID:  <201103131300.p2DD0vSX020089@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-03-13 13:00:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal/ar5416 ar2133.c 
    sys/dev/ath/ath_hal/ar9002 ar9280.c ar9285.c 
  Log:
  SVN rev 219605 on 2011-03-13 13:00:45Z by adrian
  
  Fix the nfarray offsets for the ar2133/ar5133 radio - (AR5416, AR9160, etc.)
  
  The offsets didn't match the assumption that nfarray[] is ordered by the
  chainmask bits and programmed via the register order in ar5416_cca_regs[].
  This repairs that damage and ensures that chain 1 is programmed correctly.
  (And extension channels will now be programmed correctly also.)
  
  This fixes some of the stuck beacons I've been seeing on my AR9160/AR5416
  setups - because Chain 1 would be programmed -80 or -85 dBm, which is
  higher than the actual noise floor and thus convincing the radio that
  indeed it can't ever transmit.
  
  Revision  Changes    Path
  1.5       +21 -4     src/sys/dev/ath/ath_hal/ar5416/ar2133.c
  1.3       +15 -0     src/sys/dev/ath/ath_hal/ar9002/ar9280.c
  1.2       +16 -1     src/sys/dev/ath/ath_hal/ar9002/ar9285.c



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