From ac33570d35401eb11d4183da85cb4a26ed7e8cba Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 3 Sep 2010 11:23:22 +0800 Subject: initrc: do not hardcode the wifi interface The interface should be provided by the caller of service wpa_supplicant. Change-Id: I445b483c27c4ec24b96a7507298c61e9dc3fce2f --- init.mahimahi.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.mahimahi.rc b/init.mahimahi.rc index 8c9bad1..f5dacd9 100644 --- a/init.mahimahi.rc +++ b/init.mahimahi.rc @@ -67,7 +67,7 @@ service akmd /system/bin/akmd group compass misc input service wpa_supplicant /system/bin/wpa_supplicant \ - -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf + -Dwext -c/data/misc/wifi/wpa_supplicant.conf # we will start as root and wpa_supplicant will switch to user wifi # after setting up the capabilities required for WEXT # user wifi -- cgit v1.2.3