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

Commit 5cffb573 authored by Chaitanya Pratapa's avatar Chaitanya Pratapa
Browse files

msm: ipa: Fix using the right client enum



Fix using the right client enum when trying to add
NAPI TX function.

Change-Id: Ie45b5b72efdd76c27da854f1a22ed7e8f5853592
Signed-off-by: default avatarChaitanya Pratapa <cpratapa@codeaurora.org>
parent 6adb2262
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1182,7 +1182,7 @@ int ipa3_setup_sys_pipe(struct ipa_sys_connect_params *sys_in, u32 *clnt_hdl)
		tasklet_init(&ep->sys->tasklet, ipa3_tasklet_rx_notify,
				(unsigned long) ep->sys);

	if (IPA_CLIENT_IS_PROD(ep->client) &&
	if (IPA_CLIENT_IS_PROD(sys_in->client) &&
		ipa3_ctx->tx_napi_enable) {
		if (sys_in->client != IPA_CLIENT_APPS_WAN_PROD) {
			netif_tx_napi_add(&ipa3_ctx->generic_ndev,