diff options
Diffstat (limited to 'hif')
| -rw-r--r-- | hif/src/ath_procfs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hif/src/ath_procfs.c b/hif/src/ath_procfs.c index d1f720286633..0a19c65eaa58 100644 --- a/hif/src/ath_procfs.c +++ b/hif/src/ath_procfs.c @@ -43,7 +43,11 @@ #include "pld_common.h" #define PROCFS_NAME "athdiagpfs" +#ifdef MULTI_IF_NAME +#define PROCFS_DIR "cld" MULTI_IF_NAME +#else #define PROCFS_DIR "cld" +#endif /** * This structure hold information about the /proc file |
