Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66469
b: refs/heads/master
c: 6e22a85
h: refs/heads/master
i:
  66467: 1b50648
v: v3
  • Loading branch information
Holger Schurig authored and David S. Miller committed Oct 10, 2007
1 parent dba8ce5 commit 6eca6cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 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: fdde7084e033263f48d26d5b24ecf626aed29b5b
refs/heads/master: 6e22a855b27ddc0725c134cc428ee668e56ac9f8
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/libertas/assoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ static int assoc_helper_essid(wlan_private *priv,
lbs_deb_assoc("New SSID requested: '%s'\n",
escape_essid(assoc_req->ssid, assoc_req->ssid_len));
if (assoc_req->mode == IW_MODE_INFRA) {
if (adapter->prescan) {
libertas_send_specific_ssid_scan(priv, assoc_req->ssid,
assoc_req->ssid_len, 0);
}
libertas_send_specific_ssid_scan(priv, assoc_req->ssid,
assoc_req->ssid_len, 0);

bss = libertas_find_ssid_in_list(adapter, assoc_req->ssid,
assoc_req->ssid_len, NULL, IW_MODE_INFRA, channel);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/libertas/dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ struct _wlan_adapter {
u32 rtsthsd;

u16 listeninterval;
u16 prescan;
u8 txretrycount;

/** Tx-related variables (for single packet tx) */
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1037,8 +1037,6 @@ static void wlan_init_adapter(wlan_private * priv)

mutex_init(&adapter->lock);

adapter->prescan = 1;

memset(&adapter->curbssparams, 0, sizeof(adapter->curbssparams));
adapter->curbssparams.channel = DEFAULT_AD_HOC_CHANNEL;

Expand Down

0 comments on commit 6eca6cf

Please sign in to comment.