Searched refs:proc_perm (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/
H A Dairo.c242 static int proc_perm = 0644; variable
279 module_param(proc_perm, int, 0);
280 MODULE_PARM_DESC(proc_perm, "The permission bits of the files in /proc");
4515 entry = proc_create_data("StatsDelta", S_IRUGO & proc_perm,
4522 entry = proc_create_data("Stats", S_IRUGO & proc_perm,
4529 entry = proc_create_data("Status", S_IRUGO & proc_perm,
4536 entry = proc_create_data("Config", proc_perm,
4543 entry = proc_create_data("SSID", proc_perm,
4550 entry = proc_create_data("APList", proc_perm,
4557 entry = proc_create_data("BSSList", proc_perm,
[all...]

Completed in 79 milliseconds