Use decimal notation in a debug message
[madwifi/.git] / BuildCaps.inc
index 487bf91b8503c2968641b18cf07f2da66fcbb7be..10dfaa8d4248e812ccf59634494a08b3b29f0118 100644 (file)
@@ -14,7 +14,7 @@ export ATH_CAP_SUPERG_COMP=0
 endif
 
 ifndef ATH_CAP_XR
-export ATH_CAP_XR=1
+export ATH_CAP_XR=0
 endif
 
 ifndef ATH_CAP_TPC
@@ -25,14 +25,6 @@ ifndef ATH_CAP_TX99
 export ATH_CAP_TX99=0
 endif
 
-# WARNING: The use of these extensions may introduce a security risk (someone can peek/poke registers on your Atheros device)
-ifndef ATH_REVERSE_ENGINEERING
-export ATH_REVERSE_ENGINEERING=0
-endif
-ifndef ATH_REVERSE_ENGINEERING_WITH_NO_FEAR 
-export ATH_REVERSE_ENGINEERING_WITH_NO_FEAR=0
-endif
-
 #
 # directives
 #
@@ -59,12 +51,3 @@ endif
 ifneq ($(strip $(ATH_CAP_TX99)),0)
 COPTS+= -DATH_TX99_DIAG=1
 endif
-
-# WARNING: The use of these extensions may introduce a security risk (someone can peek/poke registers on your Atheros device)
-ifneq ($(strip $(ATH_REVERSE_ENGINEERING)),0)
-COPTS+= -DATH_REVERSE_ENGINEERING=1
-endif
-ifneq ($(strip $(ATH_REVERSE_ENGINEERING_WITH_NO_FEAR)),0)
-COPTS+= -DATH_REVERSE_ENGINEERING_WITH_NO_FEAR=1 -DATH_REVERSE_ENGINEERING=1
-
-endif