diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2012-03-15 11:42:49 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-26 15:07:24 -0400 |
commit | e92109be7a6a04808c3ed586475ba1e5ea56ecbd (patch) | |
tree | f645afc60ba1ea9f33a9696b919de4c846aab484 /net/wireless | |
parent | 2ee0a07028d2cde6e131b73f029dae2b93c50f3a (diff) | |
download | linux-3.10-e92109be7a6a04808c3ed586475ba1e5ea56ecbd.tar.gz linux-3.10-e92109be7a6a04808c3ed586475ba1e5ea56ecbd.tar.bz2 linux-3.10-e92109be7a6a04808c3ed586475ba1e5ea56ecbd.zip |
iwlegacy: fix BSSID setting
Current commit 0775f9f90cdaf40fbf69b3192b3dddb2b3436f45
"mac80211: remove spurious BSSID change flag" exposed bug on iwlegacy,
that we do not set BSSID address correctly and then device was not able
to receive frames after successful associate.
On the way fix scan canceling comment. Apparently ->post_associate()
do cancel scan itself, but scan cancel on BSS_CHANGED_BSSID is needed.
I'm not sure why, but when I removed it, I had frequent auth failures:
wlan4: send auth to 54:e6:fc:98:63:fe (try 1/3)
wlan4: send auth to 54:e6:fc:98:63:fe (try 2/3)
wlan4: send auth to 54:e6:fc:98:63:fe (try 3/3)
wlan4: authentication with 54:e6:fc:98:63:fe timed out
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions