diff options
| -rw-r--r-- | core/hdd/inc/wlan_hdd_debugfs_llstat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/inc/wlan_hdd_debugfs_llstat.h b/core/hdd/inc/wlan_hdd_debugfs_llstat.h index e72bb84ed757..a56fd608c733 100644 --- a/core/hdd/inc/wlan_hdd_debugfs_llstat.h +++ b/core/hdd/inc/wlan_hdd_debugfs_llstat.h @@ -36,7 +36,7 @@ #define _WLAN_HDD_DEBUGFS_LLSTAT_H #define DEBUGFS_LLSTATS_BUF_SIZE 10240 -#define DEBUGFS_LLSTATS_REQID 4294967295 +#define DEBUGFS_LLSTATS_REQID 4294967295UL #define DEBUGFS_LLSTATS_REQMASK 0x7 #include <wlan_hdd_main.h> |
