|
@@ -28,10 +28,11 @@
|
|
#define _WLAN_HDD_DEBUGFS_LLSTAT_H
|
|
#define _WLAN_HDD_DEBUGFS_LLSTAT_H
|
|
|
|
|
|
#if defined(WLAN_FEATURE_11BE_MLO) && defined(CFG80211_11BE_BASIC)
|
|
#if defined(WLAN_FEATURE_11BE_MLO) && defined(CFG80211_11BE_BASIC)
|
|
-#define DEBUGFS_LLSTATS_BUF_SIZE 24576
|
|
|
|
|
|
+#define DEBUGFS_LLSTATS_BUF_SIZE 32768
|
|
#else
|
|
#else
|
|
-#define DEBUGFS_LLSTATS_BUF_SIZE 12288
|
|
|
|
|
|
+#define DEBUGFS_LLSTATS_BUF_SIZE 16384
|
|
#endif
|
|
#endif
|
|
|
|
+
|
|
#define DEBUGFS_LLSTATS_REQID 4294967295UL
|
|
#define DEBUGFS_LLSTATS_REQID 4294967295UL
|
|
#define DEBUGFS_LLSTATS_REQMASK 0x7
|
|
#define DEBUGFS_LLSTATS_REQMASK 0x7
|
|
|
|
|