summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2018-03-01 15:41:56 -0800
committerDmitry Shmidt <dimitrysh@google.com>2018-03-01 15:44:21 -0800
commit2ab599f5bc798ffbaf82d6a6a12c9ba310b81cce (patch)
tree7f8835528d024efdf6584349bb25106ad15d9e9a
parent1211292fcd363b3abf1378c162585bf02d1f9d27 (diff)
downloadhikey-2ab599f5bc798ffbaf82d6a6a12c9ba310b81cce.tar.gz
hikey: Don't start supplicant with interfaces
Framework will now add interface to supplicant (via HIDL) when it needs to control an interface, so don't specify them in the startup params. Bug: 74084729 Test: Manual Change-Id: I867877123a82fd3487dc631752621c07ed97a621 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--init.common.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.common.rc b/init.common.rc
index 5610679a..00852152 100644
--- a/init.common.rc
+++ b/init.common.rc
@@ -107,7 +107,6 @@ service uim /vendor/bin/uim
oneshot
service wpa_supplicant /system/vendor/bin/hw/wpa_supplicant \
- -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-g@android:wpa_wlan0
interface android.hardware.wifi.supplicant@1.0::ISupplicant default
interface android.hardware.wifi.supplicant@1.1::ISupplicant default