Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66467
b: refs/heads/master
c: 4d4ce1a
h: refs/heads/master
i:
  66465: 1fb3bdb
  66463: 9429f90
v: v3
  • Loading branch information
Holger Schurig authored and David S. Miller committed Oct 10, 2007
1 parent 1eb8a21 commit 1b50648
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27590d06e136167101c8c6347e7c2885c7f014b9
refs/heads/master: 4d4ce1ad02f02e593086fabdad69953ecbd99d9c
9 changes: 0 additions & 9 deletions trunk/drivers/net/wireless/libertas/cmdresp.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,9 @@ void libertas_mac_event_disconnected(wlan_private * priv)
escape_essid(adapter->curbssparams.ssid,
adapter->curbssparams.ssid_len),
adapter->curbssparams.ssid_len);
lbs_deb_cmd("previous SSID '%s', length %u\n",
escape_essid(adapter->prev_ssid, adapter->prev_ssid_len),
adapter->prev_ssid_len);

adapter->connect_status = LIBERTAS_DISCONNECTED;

/* Save previous SSID and BSSID for possible reassociation */
memcpy(&adapter->prev_ssid, &adapter->curbssparams.ssid,
IW_ESSID_MAX_SIZE);
adapter->prev_ssid_len = adapter->curbssparams.ssid_len;
memcpy(adapter->prev_bssid, adapter->curbssparams.bssid, ETH_ALEN);

/* Clear out associated SSID and BSSID since connection is
* no longer valid.
*/
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/libertas/dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@ struct _wlan_adapter {
/* IW_MODE_* */
u8 mode;

u8 prev_ssid[IW_ESSID_MAX_SIZE + 1];
u8 prev_ssid_len;
u8 prev_bssid[ETH_ALEN];

/* Scan results list */
struct list_head network_list;
struct list_head network_free_list;
Expand Down

0 comments on commit 1b50648

Please sign in to comment.