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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to