diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-15 14:57:10 -0500 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-15 14:57:10 -0500 |
| commit | 0606bd303bf404e69df69c33bd030e9a4b5613f7 (patch) | |
| tree | ac601b6cd09c0e637be0b35d61d7b430d2bdf2b6 | |
| parent | fbccbed990855a602f0357f666b81a5b4c941225 (diff) | |
g5: Allow wpa_supplicant to control wakelocks
Change-Id: I0c2c97d3e9b93ea6b3c7230f06811e8f6a748aa9
| -rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 1208aa7..40bf175 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -754,6 +754,7 @@ service p2p_supplicant /system/bin/wpa_supplicant \ class main socket wpa_wlan0 dgram 660 wifi wifi disabled + group system wakelock oneshot service wpa_supplicant /system/bin/wpa_supplicant \ @@ -768,6 +769,7 @@ service wpa_supplicant /system/bin/wpa_supplicant \ class main socket wpa_wlan0 dgram 660 wifi wifi disabled + group system wakelock oneshot # FST Manager can be started by property_set("ctl.start", "fstman:<hostap ctrl iface>"); |
