From: Benjamin Berg Date: Tue, 20 Feb 2024 13:18:14 +0000 (+0100) Subject: nl80211: Remnove unused struct i802_link ctx X-Git-Tag: hostap_2_11~341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90f6678f1414b09b52446af526c22359b5b9c64;p=thirdparty%2Fhostap.git nl80211: Remnove unused struct i802_link ctx This was never used. Fixes: 47269be36e61 ("nl80211: Refactor i802_bss to support multiple links") Signed-off-by: Benjamin Berg --- diff --git a/src/drivers/driver_nl80211.h b/src/drivers/driver_nl80211.h index 03d3c333b..43a6625bb 100644 --- a/src/drivers/driver_nl80211.h +++ b/src/drivers/driver_nl80211.h @@ -58,7 +58,6 @@ struct i802_link { int freq; int bandwidth; u8 addr[ETH_ALEN]; - void *ctx; }; struct i802_bss {