diff options
| author | Dan Pasanen <invisiblek@cyanogenmod.org> | 2016-05-10 15:38:22 -0500 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-10-23 09:43:16 +0100 |
| commit | a5df9e9296cc04c994838e8bb0b55bf31277ca10 (patch) | |
| tree | 801b4d711c03f0be6b1d9983608fdbf01c0a4b67 /rootdir | |
| parent | 834e23fe97a901897b8b14715b2433cb0ab6fe94 (diff) | |
pro1: Turn down debugging on wpa_supplicant
Change-Id: I15f8aff12ebcccbc97263b1d82b7ec0d3baea263
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 92e6aa1..dea5155 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -681,7 +681,7 @@ service vendor.time_daemon /vendor/bin/time_daemon capabilities SYS_TIME service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ - -O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1 -dd \ + -O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1 \ -g@android:vendor_wpa_wlan0 # we will start as root and wpa_supplicant will switch to user wifi # after setting up the capabilities required for WEXT |
