Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2011 10:08:37 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_reset.c
Message-ID:  <201101261008.p0QA8p9q066734@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-01-26 10:08:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_reset.c 
  Log:
  SVN rev 217879 on 2011-01-26 10:08:37Z by adrian
  
  Break out the chainmask init code into a new function - ar5416InitChainMasks() .
  
  ath9k does a few different things here during config - if it's an early
  AR5416 with two chains, it enables all three chains for calibration and
  then restores the chainmask to the original values after initial
  calibration has completed.
  
  The reason behind this commit is to begin breaking out the chainmask
  configuration for this specific reason; follow-up commits will add
  the chainmask restore in the ar5416Reset() routine.
  
  Revision  Changes    Path
  1.13      +1 -1      src/sys/dev/ath/ath_hal/ar5416/ar5416.h
  1.22      +17 -7     src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c



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