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

Commit 52e77a35 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss2: Disable calibration for emulation builds"

parents 4238d716 aa77b29b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2726,7 +2726,7 @@ static void cnss_init_control_params(struct cnss_plat_data *plat_priv)
				  "cnss-daemon-support"))
		plat_priv->ctrl_params.quirks |= BIT(ENABLE_DAEMON_SUPPORT);

	plat_priv->cbc_enabled =
	plat_priv->cbc_enabled = !IS_ENABLED(CONFIG_CNSS_EMULATION) &&
		of_property_read_bool(plat_priv->plat_dev->dev.of_node,
				      "qcom,wlan-cbc-enabled");