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:
committed by
John W. Linville
parent
186b491745
commit
cefa5fd297
@@ -135,15 +135,6 @@ enum {
|
|||||||
IPW_HW_STATE_ENABLED = 0
|
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 *port_type_str[];
|
||||||
extern const char *band_str[];
|
extern const char *band_str[];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user