Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2010 06:20:54 +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_cal.c
Message-ID:  <201008120621.o7C6LFOO091946@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2010-08-12 06:20:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal/ar5416 ar5416_cal.c 
  Log:
  SVN rev 211211 on 2010-08-12 06:20:54Z by adrian
  
  Loading the NF CCA values may take longer than expected to occur.
  If it does, don't then try reprogramming the NF "cap" values (ie
  what values are the "maximum" value the NF can be) - instead,
  just leave the current CCA value as the NF cap.
  
  This was inspired by some similar work from ath9k. It isn't
  a 100% complete solution (as there may be some reason where a
  high NF CCA/cap is written, causing the baseband to stop thinking it
  is able to transmit, leading to stuck beacon and interface reset)
  which I'll investigate and look at fixing in a later commit.
  
  Obtained from:  Linux
  
  Revision  Changes    Path
  1.11      +15 -6     src/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c



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