qcacmn: Fix continuous print on console
"Invalid peer id" prints are flooding the AP console Adding log level as fatal to avoid these prints. Change-Id: I773476542018389035996e45ea2f7c4cf296e9fd
This commit is contained in:

committed by
Madan Koyyalamudi

parent
4637290552
commit
2f1aa9829a
@@ -4944,7 +4944,7 @@ QDF_STATUS dp_peer_qos_stats_notify(struct dp_pdev *dp_pdev,
|
||||
struct cdp_interface_peer_qos_stats qos_stats_intf;
|
||||
|
||||
if (ppdu_user->peer_id == HTT_INVALID_PEER) {
|
||||
dp_mon_err("Invalid peer id");
|
||||
dp_mon_warn("Invalid peer id");
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
qdf_mem_zero(&qos_stats_intf, sizeof(qos_stats_intf));
|
||||
|
Reference in New Issue
Block a user