qcacmn: Add QDF file permissions
Add file permissions and a function to map that to Linux OS. Also define a type for __qdf_dentry_t and __qdf_debugfs_file_t. Change-Id: I91b293b262d955324e65157909ca9d3b831e2cf6 CRs-Fixed: 2097140
This commit is contained in:

کامیت شده توسط
snandini

والد
61cb97c58e
کامیت
164ecb724a
@@ -28,6 +28,17 @@
|
||||
#include <i_qdf_debugfs.h>
|
||||
|
||||
#ifdef WLAN_DEBUGFS
|
||||
|
||||
/* qdf file modes */
|
||||
#define QDF_FILE_USR_READ 00400
|
||||
#define QDF_FILE_USR_WRITE 00200
|
||||
|
||||
#define QDF_FILE_GRP_READ 00040
|
||||
#define QDF_FILE_GRP_WRITE 00020
|
||||
|
||||
#define QDF_FILE_OTH_READ 00004
|
||||
#define QDF_FILE_OTH_WRITE 00002
|
||||
|
||||
/**
|
||||
* qdf_debugfs_init() - initialize debugfs
|
||||
*
|
||||
|
مرجع در شماره جدید
Block a user