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

Adrian Chadd adrian at FreeBSD.org
Sun Sep 25 22:17:48 UTC 2016


Author: adrian
Date: Sun Sep 25 22:17:46 2016
New Revision: 306324
URL: https://svnweb.freebsd.org/changeset/base/306324

Log:
  [ath_hal] add a comment for the channel 144 regdomain flag.
  
  I'm .. still trying to figure out what's going on.

Modified:
  head/sys/dev/ath/ath_hal/ah_regdomain.c

Modified: head/sys/dev/ath/ath_hal/ah_regdomain.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_regdomain.c	Sun Sep 25 22:07:41 2016	(r306323)
+++ head/sys/dev/ath/ath_hal/ah_regdomain.c	Sun Sep 25 22:17:46 2016	(r306324)
@@ -548,6 +548,14 @@ add_chanlist_mode(struct ath_hal *ah, st
 			continue;
 		}
 #endif
+
+		/*
+		 * XXX TODO: handle REG_EXT_FCC_CH_144.
+		 *
+		 * Figure out which instances/uses cause us to not
+		 * be allowed to use channel 144 (pri or sec overlap.)
+		 */
+
 		bfreq_lo = MAX(fband->lowChannel + low_adj, freq_lo);
 		bfreq_hi = MIN(fband->highChannel + hi_adj, freq_hi);
 		if (fband->channelSep >= channelSep)


More information about the svn-src-all mailing list