Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2011 04:14:59 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath if_ath.c if_athdfs.h if_athvar.h
Message-ID:  <201106040415.p544Ffkd052202@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-06-04 04:14:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c if_athdfs.h if_athvar.h 
  Log:
  SVN rev 222668 on 2011-06-04 04:14:59Z by adrian
  
  A few changes to make radar detection implementable in a hal_dfs/
  module.
  
  * If sc->sc_dodfs is set to 1 by the ath_dfs_radar_enable(),
    set the relevant rx filter bit to begin receiving radar PHY
    errors. The HAL code already knows how to set the relevant
    error mask register to enable radar events.
  
  * Add a missing call to ath_dfs_radar_enable() after ath_hal_reset()
  
  * change ath_dfs_process_phyerr() to take a const char *buf for now,
    rather than a descriptor. This way it can get access to the packet
    buffer contents.
  
  Revision  Changes    Path
  1.324     +9 -1      src/sys/dev/ath/if_ath.c
  1.2       +1 -1      src/sys/dev/ath/if_athdfs.h
  1.105     +1 -0      src/sys/dev/ath/if_athvar.h



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