Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57689
b: refs/heads/master
c: fff47f1
h: refs/heads/master
i:
  57687: 0e51c57
v: v3
  • Loading branch information
Luis Carlos Cobo Rus authored and John W. Linville committed Jun 12, 2007
1 parent 03f12e5 commit 2f633aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8bedefd8fe589ff87a681e20583c8317030491d
refs/heads/master: fff47f108d7bd9f80b223cd187e09dbb0cb89114
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/libertas/assoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,11 @@ static int should_deauth_infrastructure(wlan_adapter *adapter,
return 1;
}

if (test_bit(ASSOC_FLAG_CHANNEL, &assoc_req->flags)) {
lbs_deb_assoc("Deauthenticating due to channel switch.\n");
return 1;
}

/* FIXME: deal with 'auto' mode somehow */
if (test_bit(ASSOC_FLAG_MODE, &assoc_req->flags)) {
if (assoc_req->mode != IW_MODE_INFRA)
Expand Down

0 comments on commit 2f633aa

Please sign in to comment.