summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-01-05 14:12:59 -0800
committerDmitry Shmidt <dimitrysh@google.com>2011-01-05 14:12:59 -0800
commite3acf3db6841c5503b05efa802d8067f857d0830 (patch)
treefdd36cee9c36be19358f048652a808513799ed2a /init.herring.rc
parent736916f50d99b8fdd4d7325ee75739285fed2eee (diff)
downloaddevice_samsung_crespo-e3acf3db6841c5503b05efa802d8067f857d0830.zip
device_samsung_crespo-e3acf3db6841c5503b05efa802d8067f857d0830.tar.gz
device_samsung_crespo-e3acf3db6841c5503b05efa802d8067f857d0830.tar.bz2
wlan: Change interface name to wlan0
Change-Id: Ia51bd6de668989744035762a74d54e6b2e463d27 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.herring.rc b/init.herring.rc
index 7d52527..3105d79 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -75,8 +75,8 @@ service pvrsrvinit /system/vendor/bin/pvrsrvinit
group root
oneshot
-service wpa_supplicant /system/bin/wpa_supplicant -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf
- socket wpa_eth0 dgram 0660 wifi wifi
+service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf
+ socket wpa_wlan0 dgram 0660 wifi wifi
disabled
oneshot