Эх сурвалжийг харах

qcacld-3.0: Remove redundant error message

Remove redundant error message while processing beacon.

Change-Id: Icd29c8973beb363bd38d311f27293575fb169421
CRs-Fixed: 2453864
Abhinav Kumar 5 жил өмнө
parent
commit
7123a69f72

+ 2 - 6
core/mac/src/pe/sch/sch_beacon_process.c

@@ -1101,15 +1101,11 @@ void sch_send_beacon_report(struct mac_context *mac_ctx,
 {
 	struct wlan_beacon_report beacon_report;
 
-	if (!mac_ctx->lim.sme_bcn_rcv_callback) {
-		pe_err("sme_bcn_rcv_callback is NULL");
+	if (!mac_ctx->lim.sme_bcn_rcv_callback)
 		return;
-	}
 
-	if (!LIM_IS_STA_ROLE(session)) {
-		pe_err("Session is not for STA");
+	if (!LIM_IS_STA_ROLE(session))
 		return;
-	}
 
 	if (sir_compare_mac_addr(session->bssId, beacon_struct->bssid)) {
 		/* Prepare beacon report from incoming beacon */