Browse Source

qcacmn: Enable Local packet capture ini

Enable Local packet capture ini.

Change-Id: I1f0647e8c97baa8345cecf6da79348867dccd827
CRs-Fixed: 3500137
Srinivas Girigowda 2 years ago
parent
commit
3c62dfa3ea
1 changed files with 2 additions and 1 deletions
  1. 2 1
      wlan_cfg/cfg_dp.h

+ 2 - 1
wlan_cfg/cfg_dp.h

@@ -518,6 +518,7 @@
 #define WLAN_CFG_SAWF_STATS_MIN 0x0
 #define WLAN_CFG_SAWF_STATS_MAX 0x7
 #endif
+
 /*
  * <ini>
  * "dp_tx_capt_max_mem_mb"- maximum memory used by Tx capture
@@ -788,7 +789,7 @@
 #define CFG_DP_LOCAL_PKT_CAPTURE \
 		CFG_INI_BOOL( \
 		"local_packet_capture", \
-		false, \
+		true, \
 		"Local packet capture")
 
 #define CFG_DP_LOCAL_PKT_CAPTURE_CONFIG CFG(CFG_DP_LOCAL_PKT_CAPTURE)