summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-05-22 10:03:54 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-05-22 10:03:54 +0700
commitbf0b021ce9a5de773b33e42d1ea98fe7908e644d (patch)
treea2257de3bc0d4cb0a02f538f3aadc7be2429c408
parent0545906db2463684887ee84ab2775930c37f5128 (diff)
downloaddevice_samsung_aries-common-bf0b021ce9a5de773b33e42d1ea98fe7908e644d.zip
device_samsung_aries-common-bf0b021ce9a5de773b33e42d1ea98fe7908e644d.tar.gz
device_samsung_aries-common-bf0b021ce9a5de773b33e42d1ea98fe7908e644d.tar.bz2
aries-common: Use background wifi scanning
- bcmdhd has background scanning support - removing wifi.supplicant_scan_interval because it's not used Change-Id: I1a615445018cffb95d0d855248fe134591fe3869
-rw-r--r--device_base.mk1
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
2 files changed, 3 insertions, 1 deletions
diff --git a/device_base.mk b/device_base.mk
index 362e6db..2f7a8e4 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -142,7 +142,6 @@ PRODUCT_PROPERTY_OVERRIDES := \
# be reachable from resources or other mechanisms.
PRODUCT_PROPERTY_OVERRIDES += \
wifi.interface=wlan0 \
- wifi.supplicant_scan_interval=20 \
ro.telephony.ril_class=SamsungRIL \
ro.telephony.ril.v3=icccardstatus,datacall,signalstrength,facilitylock \
mobiledata.interfaces=pdp0,eth0,gprs,ppp0 \
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 54df988..fd9031f 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -175,6 +175,9 @@
<!-- Boolean indicating whether the wifi chipset has p2p support -->
<bool translatable="false" name="config_wifi_p2p_support">true</bool>
+ <!-- Boolean indicating whether the wifi chipset has background scan support -->
+ <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
+
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern">
<item>30</item>