X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=BuildCaps.inc;h=10dfaa8d4248e812ccf59634494a08b3b29f0118;hb=ea28c77afc933f84998e27f8dcc954bb1572012b;hp=487bf91b8503c2968641b18cf07f2da66fcbb7be;hpb=2c0d8db912df58c3a1b506e144e2b5d72edec617;p=madwifi%2F.git diff --git a/BuildCaps.inc b/BuildCaps.inc index 487bf91..10dfaa8 100644 --- a/BuildCaps.inc +++ b/BuildCaps.inc @@ -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