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

This commit is contained in:
Adrian Chadd 2015-01-06 07:52:19 +00:00
parent 7b95ec7e1f
commit bc6ee3cc93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276743

View file

@ -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! */