linux/net/wireless
Johannes Berg 25e83c490b cfg80211: don't optimise wext calls too much
In the wext code I tried to not reconnect all the time
when the user wasn't really sure what they were doing,
like setting the BSSID back to the same value it was.
However, this optimisation should only be done while
associated so that setting the BSSID back to the same
value that it was actually triggers a new association
if not currently associated. To achieve, that, put the
relevant code into the !IDLE case instead.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Tested-by: Kalle Valo <kalle.valo@iki.fi>
Tested-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-07-24 15:05:21 -04:00
..
core.c cfg80211: fix unregistration 2009-07-24 15:05:13 -04:00
core.h
debugfs.c
debugfs.h
ibss.c
Kconfig
lib80211_crypt_ccmp.c
lib80211_crypt_tkip.c
lib80211_crypt_wep.c
lib80211.c
Makefile
mlme.c cfg80211: fix more bugs in mlme handling 2009-07-24 15:05:12 -04:00
nl80211.c
nl80211.h
radiotap.c
reg.c cfg80211: treat ieee80211_regdom hints as user hints 2009-07-24 15:05:19 -04:00
reg.h
scan.c
sme.c cfg80211: remove WARN_ON in __cfg80211_sme_scan_done 2009-07-24 15:05:21 -04:00
sysfs.c
sysfs.h
util.c
wext-compat.c cfg80211: fix disabling WPA via wext (SIOCSIWAUTH) 2009-07-24 15:05:12 -04:00
wext-sme.c cfg80211: don't optimise wext calls too much 2009-07-24 15:05:21 -04:00
wext.c