summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdhd_linux_exportfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhd_linux_exportfs.c b/dhd_linux_exportfs.c
index 8c0e0ee..54bcfca 100755
--- a/dhd_linux_exportfs.c
+++ b/dhd_linux_exportfs.c
@@ -637,7 +637,7 @@ static struct dhd_attr dhd_attr_nvram_path =
#ifdef PWRSTATS_SYSFS
static struct dhd_attr dhd_attr_pwrstats_path =
- __ATTR(power_stats, 0660, show_pwrstats_path, NULL);
+ __ATTR(power_stats, 0664, show_pwrstats_path, NULL);
#endif
#define to_dhd(k) container_of(k, struct dhd_info, dhd_kobj)