Explorar o código

qcacld-3.0: Update default value of dp_proto_event_bitmap

Update default value of dp_proto_event_bitmap to track all
the supported protocol pkt types.

Change-Id: Ib6355f43fa667f80b31418320f3bdb2373fdf9e1
CRs-Fixed: 2618474
Yeshwanth Sriram Guntuka %!s(int64=5) %!d(string=hai) anos
pai
achega
b9502644d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/hdd/inc/hdd_dp_cfg.h

+ 1 - 1
core/hdd/inc/hdd_dp_cfg.h

@@ -1234,7 +1234,7 @@
  */
 #define CFG_DP_PROTO_EVENT_BITMAP \
 		CFG_INI_UINT("dp_proto_event_bitmap", \
-		0, 0x17, 0x6, \
+		0, 0x17, 0x17, \
 		CFG_VALUE_OR_DEFAULT, \
 		"Control for which protocol type diag log should be sent")