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

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

Merge "net: update rdev suspend method for the wowlan suspend/resume"

parents 1fd74334 aad79c46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ static int wiphy_suspend(struct device *dev)
	rtnl_lock();
	if (rdev->wiphy.registered)
		if (rdev->ops->suspend)
			ret = rdev_suspend(rdev, NULL);
			ret = rdev_suspend(rdev, rdev->wiphy.wowlan_config);
	rtnl_unlock();

	return ret;