Explorar el Código

qcacmn: Enable Local packet capture ini

Enable Local packet capture ini.

Change-Id: I1f0647e8c97baa8345cecf6da79348867dccd827
CRs-Fixed: 3500137
Srinivas Girigowda hace 2 años
padre
commit
3c62dfa3ea
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)