Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a09d793 authored by Amar Singhal's avatar Amar Singhal Committed by nshrivas
Browse files

qcacmn: Reduce the level of logs for reg-domain

In regulatory offload case; customer may be using his own
customized regdb. In that case, the host regdb can be different
from firmware regdb. Therefore, reduce the log level.

Change-Id: I165745bd5cb22fe95ae96f387db4d65e39f446ec
CRs-Fixed: 2728587
parent b1ae7151
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2082,7 +2082,7 @@ QDF_STATUS reg_get_curr_regdomain(struct wlan_objmgr_pdev *pdev,
	}

	if (index == num_reg_dmn) {
		reg_err_rl("invalid regdomain");
		reg_debug_rl("invalid regdomain");
		return QDF_STATUS_E_FAILURE;
	}

+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ bool reg_is_etsi13_regdmn(struct wlan_objmgr_pdev *pdev)

	status = reg_get_curr_regdomain(pdev, &cur_reg_dmn);
	if (status != QDF_STATUS_SUCCESS) {
		reg_err_rl("Failed to get reg domain");
		reg_debug_rl("Failed to get reg domain");
		return false;
	}