Răsfoiți Sursa

qcacld-3.0: Increase the buffer size for MLO LL_STATS

As part of MLO stats feature, increase the LL_STATS buffer size
from 3 pages to 6 pages.

Change-Id: Iecfa663fcf1c6b8c98c7f0582258e3954cebe0a6
CRs-Fixed: 3201372
Aditya Kodukula 2 ani în urmă
părinte
comite
528c2ec29c
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      core/hdd/inc/wlan_hdd_debugfs_llstat.h

+ 5 - 0
core/hdd/inc/wlan_hdd_debugfs_llstat.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -26,7 +27,11 @@
 #ifndef _WLAN_HDD_DEBUGFS_LLSTAT_H
 #define _WLAN_HDD_DEBUGFS_LLSTAT_H
 
+#if defined(WLAN_FEATURE_11BE_MLO) && defined(CFG80211_11BE_BASIC)
+#define DEBUGFS_LLSTATS_BUF_SIZE 24576
+#else
 #define DEBUGFS_LLSTATS_BUF_SIZE 12288
+#endif
 #define DEBUGFS_LLSTATS_REQID   4294967295UL
 #define DEBUGFS_LLSTATS_REQMASK 0x7