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

Commit c27c0be8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss: Toggle PCIe EP WLAN_EN on dual-wifi platforms"

parents 4fa89d4b 63a9f8ed
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -577,11 +577,6 @@ static void cnss_wlan_gpio_set(struct cnss_wlan_gpio_info *info, bool state)
		return;
	}

	if (state == WLAN_EN_LOW && penv->dual_wifi_info.is_dual_wifi_enabled) {
		pr_debug("%s Dual WiFi enabled\n", __func__);
		return;
	}

	gpio_set_value(info->num, state);
	info->state = state;