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

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

Merge "msm: ipa: wwan: increase netdev watchdog timeout value"

parents 77842e4f aae731f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ static void wwan_setup(struct net_device *dev)
	dev->flags &= ~(IFF_BROADCAST | IFF_MULTICAST);
	dev->needed_headroom = HEADROOM_FOR_A2_MUX;
	dev->needed_tailroom = TAILROOM;
	dev->watchdog_timeo = 1000;
	dev->watchdog_timeo = 30 * HZ;
}

/**