From f5b5a583596580df46c361b6333703a228e3da11 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 11 Jul 2024 13:50:02 +0200 Subject: nl80211: drop unused structure members from connection context The `nlctrl` and `nl80211` family pointers were never used, so drop them from the connection context structure. Signed-off-by: Jo-Philipp Wich --- lib/nl80211.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/nl80211.c b/lib/nl80211.c index 1b3c81e..ce0db7c 100644 --- a/lib/nl80211.c +++ b/lib/nl80211.c @@ -1905,8 +1905,6 @@ static struct { struct nl_sock *sock; struct nl_sock *evsock; struct nl_cache *cache; - struct genl_family *nl80211; - struct genl_family *nlctrl; struct uloop_fd evsock_fd; struct nl_cb *evsock_cb; } nl80211_conn; -- cgit v1.2.3