summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h
index c13beb4..a159c2c 100644
--- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h
@@ -51,10 +51,13 @@
#define AH_SUPPORT_AR9300 1
/* These are the embedded boards; we don't currently support these */
-//#define AH_SUPPORT_HORNET 1
-//#define AH_SUPPORT_WASP 1
+#ifdef AH_SUPPORT_AR9330
+#define AH_SUPPORT_HORNET 1
+#endif /* AH_SUPPORT_AR9330 */
+#ifdef AH_SUPPORT_AR9340
+#define AH_SUPPORT_WASP 1
+#endif /* AH_SUPPORT_AR9340 */
//#define AH_SUPPORT_SCORPION 1
-
#define FIX_NOISE_FLOOR 1
/* XXX this needs to be removed! No atomics in the HAL! */
OpenPOWER on IntegriCloud