svn commit: r276743 - head/sys/contrib/dev/ath/ath_hal/ar9300

Adrian Chadd adrian at FreeBSD.org
Tue Jan 6 07:52:20 UTC 2015


Author: adrian
Date: Tue Jan  6 07:52:19 2015
New Revision: 276743
URL: https://svnweb.freebsd.org/changeset/base/276743

Log:
  Glue to suck in the QCA9550 HAL support if AH_SUPPORT_QCA9550 is defined.

Modified:
  head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h

Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h	Tue Jan  6 07:51:46 2015	(r276742)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h	Tue Jan  6 07:52:19 2015	(r276743)
@@ -57,7 +57,9 @@
 #ifdef	AH_SUPPORT_AR9340
 #define AH_SUPPORT_WASP			1
 #endif	/* AH_SUPPORT_AR9340 */
-//#define AH_SUPPORT_SCORPION             1
+#ifdef	AH_SUPPORT_QCA9550
+#define AH_SUPPORT_SCORPION             1
+#endif	/* AH_SUPPORT_QCA9550 */
 #define FIX_NOISE_FLOOR                 1
 
 /* XXX this needs to be removed! No atomics in the HAL! */


More information about the svn-src-head mailing list