android_kernel_xiaomi_sm7250/net/ieee80211
Joseph Jezak cb74c432e3 [PATCH] SoftMAC: Prevent multiple authentication attempts on the same network
This patch addresses the "No queue exists" messages commonly seen during
authentication and associating.  These appear due to scheduling multiple
authentication attempts on the same network.  To prevent this, I added a
flag to stop multiple authentication attempts by the association layer.
I also added a check to the wx handler to see if we're connecting to a
different network than the one already in progress.  This scenario was
causing multiple requests on the same network because the network BSSID
was not being updated despite the fact that the ESSID changed.

Signed-off-by: Joseph Jezak <josejx@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2006-07-05 13:42:58 -04:00
..
softmac [PATCH] SoftMAC: Prevent multiple authentication attempts on the same network 2006-07-05 13:42:58 -04:00
ieee80211_crypt_ccmp.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ieee80211_crypt_tkip.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ieee80211_crypt_wep.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ieee80211_crypt.c [PATCH] ieee80211: Log if netif_rx() drops the packet 2006-01-27 17:08:06 -05:00
ieee80211_geo.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ieee80211_module.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ieee80211_rx.c [PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.c 2006-07-05 13:42:57 -04:00
ieee80211_tx.c [PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ieee80211_tx_frame 2006-07-05 13:42:57 -04:00
ieee80211_wx.c [PATCH] ieee80211_wx.c: remove dead code 2006-05-05 17:10:40 -04:00
Kconfig [PATCH] wireless: Add softmac layer to the kernel 2006-03-22 22:16:50 -05:00
Makefile [PATCH] softmac: fix Makefiles 2006-03-22 22:16:51 -05:00