Author: adrian
Date: Sun Dec 30 06:46:11 2012
New Revision: 244853
URL: http://svnweb.freebsd.org/changeset/base/244853

Log:
  Add spectral scan capability.

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

Modified: head/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_internal.h      Sun Dec 30 06:00:55 2012        
(r244852)
+++ head/sys/dev/ath/ath_hal/ah_internal.h      Sun Dec 30 06:46:11 2012        
(r244853)
@@ -278,7 +278,8 @@ typedef struct {
                        hal49GhzSupport                 : 1,
                        halAntDivCombSupport            : 1,
                        halAntDivCombSupportOrg         : 1,
-                       halRadioRetentionSupport        : 1;
+                       halRadioRetentionSupport        : 1,
+                       halSpectralScanSupport          : 1;
 
        uint32_t        halWirelessModes;
        uint16_t        halTotalQueues;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to