When receiving management frames, there can be excessive error logs. Change these to debug prints. Change-Id: I78a281bdc32bee580ed3470406163a77b43fac9b CRs-fixed: 2968877
@@ -1217,7 +1217,7 @@ static QDF_STATUS pe_handle_mgmt_frame(struct wlan_objmgr_psoc *psoc,
ret = wma_form_rx_packet(buf, mgmt_rx_params, pVosPkt);
if (ret) {
- pe_err_rl("Failed to fill cds packet from event buffer");
+ pe_debug_rl("Failed to fill cds packet from event buffer");
return QDF_STATUS_E_FAILURE;
}