mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-09 07:36:40 +07:00
net/wireless: ipw2x00: remove ssid_context struct
Driver does not use it any more. Signed-off-by: Stanislav Yakovlev <stas.yakovlev@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
186b491745
commit
cefa5fd297
@ -135,15 +135,6 @@ enum {
|
||||
IPW_HW_STATE_ENABLED = 0
|
||||
};
|
||||
|
||||
struct ssid_context {
|
||||
char ssid[IW_ESSID_MAX_SIZE + 1];
|
||||
int ssid_len;
|
||||
unsigned char bssid[ETH_ALEN];
|
||||
int port_type;
|
||||
int channel;
|
||||
|
||||
};
|
||||
|
||||
extern const char *port_type_str[];
|
||||
extern const char *band_str[];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user