diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2020-09-30 22:25:50 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:01 +0200 |
commit | 01858d3c7a4e7b75d40304e8a887574cdd0a8182 (patch) | |
tree | e09260dbc1b17fc126abd5afd65e41b89c31b439 /rootdir | |
parent | 1a6e6056db545b0b437940446086837f595c796e (diff) |
sdm660-common: rootdir: Nuke wigignpt entry
* We don't ship this blob and this rootdir entry gave an error
due to the hidl interface
Change-Id: I253494294870c653ef4e593e61007a35516ca059
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index d4d85fb..e9d54bb 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -607,18 +607,6 @@ service vendor.move_wifi_data /system/bin/move_wifi_data.sh disabled oneshot -service wigignpt /vendor/bin/wigignpt - interface vendor.qti.hardware.wigig.netperftuner@1.0::INetPerfTuner default - class hal - socket wigig/wigignpt stream 660 system wifi - user system - group wifi - capabilities NET_ADMIN - disabled - -on property:persist.vendor.wigig.npt.enable=1 - start wigignpt - service vendor.sensingdaemon /vendor/bin/sensingdaemon class hal socket wigig/sensingdaemon stream 660 system wifi |