]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Remnove unused struct i802_link ctx
authorBenjamin Berg <benjamin.berg@intel.com>
Tue, 20 Feb 2024 13:18:14 +0000 (14:18 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 2 Mar 2024 10:01:33 +0000 (12:01 +0200)
This was never used.

Fixes: 47269be36e61 ("nl80211: Refactor i802_bss to support multiple links")
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
src/drivers/driver_nl80211.h

index 03d3c333b3d1173d7aaab5ecf4f84123d356f530..43a6625bbf7ab08da72b5360ea3bbf2266791b20 100644 (file)
@@ -58,7 +58,6 @@ struct i802_link {
        int freq;
        int bandwidth;
        u8 addr[ETH_ALEN];
-       void *ctx;
 };
 
 struct i802_bss {