浏览代码

qcacmn: Add support to enable per link stats

Add support to enable per link stats

Change-Id: I0b73419d09109bc4b4d0469bbc7c3e740cbfe502
CRs-Fixed: 3446850
Amit Mehta 2 年之前
父节点
当前提交
6d5a37ee2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wlan_cfg/cfg_dp.h

+ 1 - 1
wlan_cfg/cfg_dp.h

@@ -1456,7 +1456,7 @@
 		CFG_INI_BOOL("peer_ext_stats", \
 		false, "Peer extended stats")
 
-#ifdef QCA_ENHANCED_STATS_SUPPORT
+#if defined QCA_ENHANCED_STATS_SUPPORT || defined DP_MLO_LINK_STATS_SUPPORT
 #define DEFAULT_PEER_LINK_STATS_VALUE true
 #else
 #define DEFAULT_PEER_LINK_STATS_VALUE false