Skip to content

Commit

Permalink
s4-common: Get rid of ctrl_interface=/data/misc/wifi/sockets
Browse files Browse the repository at this point in the history
Bug: 10893961

Change-Id: I0246884893f30d7026291ac3abf13c83de9fb262
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
  • Loading branch information
Dmitry Shmidt authored and intervigilium committed Jan 12, 2015
1 parent ca8eebb commit b43f635
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rootdir/etc/init.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ service netmgrd /system/bin/netmgrd

service p2p_supplicant /system/bin/wpa_supplicant \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
-O/data/misc/wifi/sockets -N \
-I/system/etc/wifi/wpa_supplicant_overlay.conf -N \
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
-I/system/etc/wifi/p2p_supplicant_overlay.conf \
-puse_p2p_group_interface=1 -e/data/misc/wifi/entropy.bin \
Expand Down Expand Up @@ -258,7 +257,6 @@ service wcnss-service /system/bin/wcnss_service
service wpa_supplicant /system/bin/wpa_supplicant \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
-O/data/misc/wifi/sockets \
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
class main
socket wpa_wlan0 dgram 660 wifi wifi
Expand Down

0 comments on commit b43f635

Please sign in to comment.