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

Commit 05ac1acb authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan
Browse files

rmnet_ctl: enable IPC logging



Enable rmnet_ctl debugfs parameters and IPC logging.

Change-Id: I2228e5d4ae86ad5ef2fb17205f14e837255d706c
Acked-by: default avatarWeiyi Chen <weiyic@qti.qualcomm.com>
Signed-off-by: default avatarSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
parent 5a88e586
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -135,6 +135,8 @@ void *rmnet_ctl_register_client(struct rmnet_ctl_client_hooks *hook)

	spin_unlock(&client_lock);

	rmnet_ctl_set_dbgfs(true);

	return client;
}
EXPORT_SYMBOL(rmnet_ctl_register_client);
@@ -157,6 +159,8 @@ int rmnet_ctl_unregister_client(void *handle)
	synchronize_rcu();
	kfree(client);

	rmnet_ctl_set_dbgfs(false);

	return 0;
}
EXPORT_SYMBOL(rmnet_ctl_unregister_client);