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

Commit aae731f3 authored by Ravi Gummadidala's avatar Ravi Gummadidala
Browse files

msm: ipa: wwan: increase netdev watchdog timeout value



Increase this to prevent timeout's in corner cases (where
UL wakeup process is underway and watchdog times out).

Change-Id: I8c9f02941f2cf6770777d1b90c6cedd44d089f13
Signed-off-by: default avatarRavi Gummadidala <rgummadi@codeaurora.org>
parent c46546fc
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;
}

/**