nl80211: Remnove unused struct i802_link ctx
This was never used.
Fixes: 47269be36e
("nl80211: Refactor i802_bss to support multiple links")
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
This commit is contained in:
parent
0d4288a005
commit
e90f6678f1
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ struct i802_link {
|
|||
int freq;
|
||||
int bandwidth;
|
||||
u8 addr[ETH_ALEN];
|
||||
void *ctx;
|
||||
};
|
||||
|
||||
struct i802_bss {
|
||||
|
|
Loading…
Reference in a new issue