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

Commit 82750902 authored by Kaustubh Pandey's avatar Kaustubh Pandey
Browse files

net: update macro for SOCKEV netlink proto



Due to conflict of same protocol value used by SOCKEV and rmnet_data,
rmnet_data was not able to setup its netlink messaging framework.
Fix make SOCKEV to use different value to avoid conflict.

Change-Id: I06a5872ddb43730e25343dcc0776f4b7240ed1fb
Signed-off-by: default avatarKaustubh Pandey <kapandey@codeaurora.org>
parent 90a6896b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#define NETLINK_ECRYPTFS	19
#define NETLINK_RDMA		20
#define NETLINK_CRYPTO		21	/* Crypto layer */
#define NETLINK_SOCKEV		31	/* Socket Administrative Events */
#define NETLINK_SOCKEV		22	/* Socket Administrative Events */
#define NETLINK_INET_DIAG	NETLINK_SOCK_DIAG

#define MAX_LINKS 32