Skip to content

Commit

Permalink
net/wireless: ipw2x00: remove ssid_context struct
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stanislav Yakovlev authored and John W. Linville committed Apr 11, 2012
1 parent 186b491 commit cefa5fd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/net/wireless/ipw2x00/ipw2100.h
Original file line number Diff line number Diff line change
Expand Up @@ -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[];

Expand Down

0 comments on commit cefa5fd

Please sign in to comment.