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

Commit 46b9eddc authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa3: user proper ctx in rmnet_ipa



Fix compilation issue to use the correct ctx variable
in ipa_v3/rmnet_ipa.c

Change-Id: Id4811869ea39387d5dc44c9a68136fadaf6fa9f8
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 2d1ed39e
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));
}