From b56cc910bc5f3ae51bb3dc000770960e08a79a9b Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 22 Jun 2011 20:32:48 +0000 Subject: [PATCH] Comment out options that cannot be supported XR is not supported by the open HAL. TX99 cannot be enabled because requisite files are missing. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4145 0192ed92-7a03-0410-a25b-9323aeb14dbd --- BuildCaps.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/BuildCaps.inc b/BuildCaps.inc index 10dfaa8..55e7f55 100644 --- a/BuildCaps.inc +++ b/BuildCaps.inc @@ -13,17 +13,17 @@ ifndef ATH_CAP_SUPERG_COMP export ATH_CAP_SUPERG_COMP=0 endif -ifndef ATH_CAP_XR -export ATH_CAP_XR=0 -endif +# ifndef ATH_CAP_XR +# export ATH_CAP_XR=0 +# endif ifndef ATH_CAP_TPC export ATH_CAP_TPC=1 endif -ifndef ATH_CAP_TX99 -export ATH_CAP_TX99=0 -endif +# ifndef ATH_CAP_TX99 +# export ATH_CAP_TX99=0 +# endif # # directives @@ -40,14 +40,14 @@ ifneq ($(strip $(ATH_CAP_SUPERG_COMP)),0) COPTS+= -DATH_SUPERG_COMP=1 endif -ifneq ($(strip $(ATH_CAP_XR)),0) -COPTS+= -DATH_SUPERG_XR=1 -endif +# ifneq ($(strip $(ATH_CAP_XR)),0) +# COPTS+= -DATH_SUPERG_XR=1 +# endif ifneq ($(strip $(ATH_CAP_TPC)),0) COPTS+= -DATH_CAP_TPC=1 endif -ifneq ($(strip $(ATH_CAP_TX99)),0) -COPTS+= -DATH_TX99_DIAG=1 -endif +# ifneq ($(strip $(ATH_CAP_TX99)),0) +# COPTS+= -DATH_TX99_DIAG=1 +# endif