From 519d1b2a2e815368c57943063ded4f147c37e069 Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 8 Apr 2009 21:44:06 +0000 Subject: [PATCH] List only actually used options, enable what can be enabled In particular, enable AH_SUPPORT_AR5312, which enables large parts of HAL code for SoC devices. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3990 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath_hal/opt_ah.h | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/ath_hal/opt_ah.h b/ath_hal/opt_ah.h index 8e95834..af4d13d 100644 --- a/ath_hal/opt_ah.h +++ b/ath_hal/opt_ah.h @@ -1,14 +1,9 @@ -#define AH_SUPPORT_AR5210 1 -#define AH_SUPPORT_AR5211 1 -#define AH_SUPPORT_AR5212 1 -#define AH_SUPPORT_AR5416 1 -#define AH_SUPPORT_2133 1 -#define AH_SUPPORT_2316 1 -#define AH_SUPPORT_2317 1 -#define AH_SUPPORT_2413 1 -#define AH_SUPPORT_2417 1 -#define AH_SUPPORT_2425 1 -#define AH_SUPPORT_5111 1 -#define AH_SUPPORT_5112 1 -#define AH_SUPPORT_5413 1 -#define AH_ENABLE_FORCEBIAS 1 +#define AH_SUPPORT_11D 1 +#define AH_SUPPORT_2316 1 +#define AH_SUPPORT_2317 1 +#define AH_SUPPORT_5311 1 +#define AH_SUPPORT_AR5312 1 +#define AH_SUPPORT_AR5416 1 +/* #define AH_SUPPORT_AR9280 1 */ +/* #define AH_SUPPORT_WRITE_EEPROM 1 */ +/* #define AH_SUPPORT_WRITE_REGDOMAIN 1 */ -- 2.35.1