diff options
author | Steve Kondik <shade@chemlab.org> | 2013-02-27 22:26:36 -0800 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2013-02-27 22:26:36 -0800 |
commit | ad60a61170a65d8cd2b4f859f7a97217bd51e8b2 (patch) | |
tree | f55f8ff36552445aa72d19aa5aa590a8cc9161c9 | |
parent | d04091d01db0ddfb13e0c1279e232bf9c3365cfb (diff) | |
download | external_wpa_supplicant_8-ad60a61170a65d8cd2b4f859f7a97217bd51e8b2.zip external_wpa_supplicant_8-ad60a61170a65d8cd2b4f859f7a97217bd51e8b2.tar.gz external_wpa_supplicant_8-ad60a61170a65d8cd2b4f859f7a97217bd51e8b2.tar.bz2 |
Revert "enable CONFIG_PCSC"
This reverts commit d04091d01db0ddfb13e0c1279e232bf9c3365cfb.
-rw-r--r-- | wpa_supplicant/android.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index 06b87d6..58d0c43 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -219,7 +219,7 @@ CONFIG_SMARTCARD=y # PC/SC interface for smartcards (USIM, GSM SIM) # Enable this if EAP-SIM or EAP-AKA is included -CONFIG_PCSC=y +#CONFIG_PCSC=y # Support HT overrides (disable HT/HT40, mask MCS rates, etc.) #CONFIG_HT_OVERRIDES=y |