Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2011 03:13:56 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal ah_regdomain.c ah_regdomain.h src/sys/dev/ath/ath_hal/ah_regdomain ah_rd_ctry.h ah_rd_domains.h ah_rd_freqbands.h ah_rd_regenum.h ah_rd_regmap.h
Message-ID:  <201103100314.p2A3EAut098158@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal  ah_regdomain.c ah_regdomain.h 
  Added files:
    sys/dev/ath/ath_hal/ah_regdomain ah_rd_ctry.h ah_rd_domains.h 
                                     ah_rd_freqbands.h 
                                     ah_rd_regenum.h 
                                     ah_rd_regmap.h 
  Log:
  SVN rev 219442 on 2011-03-10 03:13:56Z by adrian
  
  Migrate the regulatory database definitions into separate header files
  to both make things clearer, and to make it easier to write userland
  code which pulls in these definitions without needing to pull in the
  rest of the HAL.
  
  This stuff should be deprecated at some point in the future once
  the net80211 regulatory domain support encapsulates all of the
  defintions here.
  
  Revision  Changes    Path
  1.11      +20 -1577  src/sys/dev/ath/ath_hal/ah_regdomain.c
  1.2       +53 -0     src/sys/dev/ath/ath_hal/ah_regdomain.h
  1.1       +170 -0    src/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_ctry.h (new)
  1.1       +749 -0    src/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_domains.h (new)
  1.1       +419 -0    src/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_freqbands.h (new)
  1.1       +201 -0    src/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_regenum.h (new)
  1.1       +134 -0    src/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_regmap.h (new)



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