svn commit: r306331 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Mon Sep 26 02:05:03 UTC 2016


Author: adrian
Date: Mon Sep 26 02:05:02 2016
New Revision: 306331
URL: https://svnweb.freebsd.org/changeset/base/306331

Log:
  [ath_hal] add a new regdomain flag - I think this means "yes, you can use this
  NIC in channel 144 if you're in FCC6."
  
  I have to go figure out more details about this before I enable it..

Modified:
  head/sys/dev/ath/ath_hal/ah.h

Modified: head/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.h	Mon Sep 26 01:06:32 2016	(r306330)
+++ head/sys/dev/ath/ath_hal/ah.h	Mon Sep 26 02:05:02 2016	(r306331)
@@ -635,7 +635,8 @@ typedef enum {
 	REG_EXT_JAPAN_MIDBAND		= 1,
 	REG_EXT_FCC_DFS_HT40		= 2,
 	REG_EXT_JAPAN_NONDFS_HT40	= 3,
-	REG_EXT_JAPAN_DFS_HT40		= 4
+	REG_EXT_JAPAN_DFS_HT40		= 4,
+	REG_EXT_FCC_CH_144		= 5,
 } REG_EXT_BITMAP;
 
 enum {


More information about the svn-src-head mailing list