Browse Source

qcacmn: Reduce excessive kmsg logging in roaming path

Reduce excessive data path logging to kmsg during roaming and
change the logging level for such prints to debug/info
high.

Change-Id: I1e6506de83e59a31304234905a3dd38f6d8b03f3
CRs-Fixed: 2848624
Pragaspapthi Thilagaraj 4 years ago
parent
commit
d5cfa3829a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      dp/wifi3.0/dp_main.c

+ 3 - 3
dp/wifi3.0/dp_main.c

@@ -5661,9 +5661,9 @@ static inline void dp_vdev_register_tx_handler(struct dp_vdev *vdev,
 	else
 		txrx_ops->tx.tx_exception = dp_tx_send_exception;
 
-	dp_alert("Configure tx_vdev_id_chk_handler Feature Flag: %d and mode:%d for vdev_id:%d",
-		 wlan_cfg_is_tx_per_pkt_vdev_id_check_enabled(soc->wlan_cfg_ctx),
-		 vdev->opmode, vdev->vdev_id);
+	dp_info("Configure tx_vdev_id_chk_handler Feature Flag: %d and mode:%d for vdev_id:%d",
+		wlan_cfg_is_tx_per_pkt_vdev_id_check_enabled(soc->wlan_cfg_ctx),
+		vdev->opmode, vdev->vdev_id);
 }
 #else /* QCA_HOST_MODE_WIFI_DISABLED */
 static inline void dp_vdev_register_tx_handler(struct dp_vdev *vdev,