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
This commit is contained in:
Pragaspapthi Thilagaraj
2020-12-29 13:23:41 +05:30
committed by snandini
parent dcba7b8baf
commit d5cfa3829a

View File

@@ -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,