Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6749
b: refs/heads/master
c: 0c629a6
h: refs/heads/master
i:
  6747: 4b401e7
v: v3
  • Loading branch information
Jouni Malinen authored and Jeff Garzik committed Jul 30, 2005
1 parent e487a14 commit 1bff90c
Show file tree
Hide file tree
Showing 2 changed files with 14 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: 2e4fd068e7e25e654a454ed4a425f239c0f6407a
refs/heads/master: 0c629a69fd8ec7b67566cfc052a9b1c4b927805a
13 changes: 13 additions & 0 deletions trunk/drivers/net/wireless/hostap/hostap_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,19 @@ static void handle_info_queue_scanresults(local_info_t *local)
{
if (local->host_roaming == 1 && local->iw_mode == IW_MODE_INFRA)
prism2_host_roaming(local);

if (local->host_roaming == 2 && local->iw_mode == IW_MODE_INFRA &&
memcmp(local->preferred_ap, "\x00\x00\x00\x00\x00\x00",
ETH_ALEN) != 0) {
/*
* Firmware seems to be getting into odd state in host_roaming
* mode 2 when hostscan is used without join command, so try
* to fix this by re-joining the current AP. This does not
* actually trigger a new association if the current AP is
* still in the scan results.
*/
prism2_host_roaming(local);
}
}


Expand Down

0 comments on commit 1bff90c

Please sign in to comment.