From 7e1c99d88b079467a644b135a41b1d56c0cc9c0c Mon Sep 17 00:00:00 2001 From: Bhargav Shah Date: Tue, 13 Oct 2015 11:34:39 +0530 Subject: [PATCH] ueventd: Allow system permission for RPS sysfs node. Allow system permission for RPS sysfs nodes, so that WLAN user space daemon can enable RPS(Receive packet steering) feature CRs-fixed: 922644 Change-Id: I099e5147c690fc8277636495a154132e7c3f812f --- rootdir/etc/ueventd.qcom.rc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 8fd2947a..b29da0b2 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -117,6 +117,11 @@ /dev/adsprpc-smd 0664 system system /dev/system_health_monitor 0644 radio system /dev/mdss_rotator 0664 system system +# wlan +/dev/wcnss_wlan 0660 system system +/dev/wcnss_ctrl 0660 system system +/sys/devices/soc/a000000.qcom,wcnss-wlan/net/wlan0/queues/rx-* rps_cpus 0660 system system +/sys/devices/soc/a000000.qcom,wcnss-wlan/net/p2p0/queues/rx-* rps_cpus 0660 system system /dev/msm_camera/* 0660 system camera /dev/gemini/ 0660 system camera /dev/mercury0 0660 system camera