Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2012 06:46:11 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244853 - head/sys/dev/ath/ath_hal
Message-ID:  <201212300646.qBU6kB4d044753@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



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