Browse Source

qcacld-3.0: Change the log level for wake event packet

Currently the dump for the wake event packet is DEBUG level.
Change it to INFO level to get this info on console.

CRs-Fixed: 3172546
Change-Id: If053a835ffab060d93e908177036c2e74b6d9234
Sachin Ahuja 3 years ago
parent
commit
38ae7f68b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/wma/src/wma_features.c

+ 2 - 2
core/wma/src/wma_features.c

@@ -2600,8 +2600,8 @@ static int wma_wake_event_packet(
 	case WOW_REASON_RA_MATCH:
 	case WOW_REASON_RECV_MAGIC_PATTERN:
 	case WOW_REASON_PACKET_FILTER_MATCH:
-		wma_debug("Wake event packet:");
-		qdf_trace_hex_dump(QDF_MODULE_ID_WMA, QDF_TRACE_LEVEL_DEBUG,
+		wma_info("Wake event packet:");
+		qdf_trace_hex_dump(QDF_MODULE_ID_WMA, QDF_TRACE_LEVEL_INFO,
 				   packet, packet_len);
 
 		vdev = &wma->interfaces[wake_info->vdev_id];