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

Commit 1f895130 authored by Mithlesh Thukral's avatar Mithlesh Thukral Committed by Greg Kroah-Hartman
Browse files

Staging: sxg: Fire watchdog timer at end of open routine to change the link



The watchdog timer which updates the link status was not fired at the
end of sxg_entry_open(). Add that.

Signed-off-by: default avatarLinSysSoft Sahara Team <saharaproj@linsyssoft.com>
Signed-off-by: default avatarMithlesh Thukral <mithlesh@linsyssoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d43f3612
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2254,6 +2254,8 @@ static int sxg_entry_open(struct net_device *dev)
	DBG_ERROR("sxg: %s EXIT\n", __func__);

	spin_unlock_irqrestore(&sxg_global.driver_lock, sxg_global.flags);
	mod_timer(&adapter->watchdog_timer, jiffies);

	return STATUS_SUCCESS;
}