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

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

Merge "msm: ipa3: user proper ctx in rmnet_ipa"

parents c025b09c 46b9eddc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2259,7 +2259,7 @@ static void tethering_stats_poll_queue(struct work_struct *work)
	rmnet_ipa_get_stats_and_update();

	/* Schedule again only if there's an active polling interval */
	if (0 != ipa_rmnet_ctx.polling_interval)
	if (0 != ipa3_rmnet_ctx.polling_interval)
		schedule_delayed_work(&ipa_tether_stats_poll_wakequeue_work,
			msecs_to_jiffies(ipa3_rmnet_ctx.polling_interval*1000));
}