Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 May 2011 06:45:35 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal ah_debug.h src/sys/dev/ath/ath_hal/ar5416 ar5416_misc.c
Message-ID:  <201105070645.p476joSG044159@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-05-07 06:45:35 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal  ah_debug.h 
    sys/dev/ath/ath_hal/ar5416 ar5416_misc.c 
  Log:
  SVN rev 221580 on 2011-05-07 06:45:35Z by adrian
  
  Some BB hang changes:
  
  * Add Howl (ar9130) to the list of chips that have DFS/BB/MAC hangs
  * Don't treat unknown BB hangs as fatal; ath9k/Atheros HAL don't
    treat it as such.
  * Add HAL_DEBUG_DFS to the debug fields in ath_hal/ah_debug.h
  
  The BB hang check simply loops over an observation register checking
  for a stuck state engine, but it can happen under high traffic
  conditions. Ath9k and the Atheros HAL simply log a debug message and
  continue.
  
  Private to FreeBSD:
  
  * Add HAL_DEBUG_HANG to the debug fields
  * Change the hang debugging to HAL_DEBUG_HANG rather than HAL_DEBUG_DFS
    like in the Atheros HAL.
  
  Obtained from:  Atheros
  
  Revision  Changes    Path
  1.5       +2 -0      src/sys/dev/ath/ath_hal/ah_debug.h
  1.11      +6 -6      src/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c



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