linux/net/ieee80211
James Ketrenos 20d64713ae [PATCH] ieee80211: Fixed a kernel oops on module unload
tree 367069f24fc38b4aa910e86ff40094d2078d8aa7
parent a33a198201
author James Ketrenos <jketreno@linux.intel.com> 1124430800 -0500
committer James Ketrenos <jketreno@linux.intel.com> 1127310571 -0500

Fixed a kernel oops on module unload by adding spin lock protection to
ieee80211's crypt handlers (thanks to Zhu Yi)

Modified scan result logic to report WPA and RSN IEs if set (vs.being
based on wpa_enabled)

Added ieee80211_device as the first parameter to the crypt init()
method.  TKIP modified to use that structure for determining whether to
countermeasures are active.

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-09-21 23:01:52 -04:00
..
Kconfig Kconfig: IEEE80211 should not depend on NET_RADIO 2005-09-08 16:44:33 -04:00
Makefile ieee80211: trim trailing whitespace 2005-07-31 13:05:43 -04:00
ieee80211_crypt.c [PATCH] ieee80211: Fixed a kernel oops on module unload 2005-09-21 23:01:52 -04:00
ieee80211_crypt_ccmp.c [PATCH] ieee80211: Fixed a kernel oops on module unload 2005-09-21 23:01:52 -04:00
ieee80211_crypt_tkip.c [PATCH] ieee80211: Fixed a kernel oops on module unload 2005-09-21 23:01:52 -04:00
ieee80211_crypt_wep.c [PATCH] ieee80211: Fixed a kernel oops on module unload 2005-09-21 23:01:52 -04:00
ieee80211_module.c [PATCH] ieee80211 Switched to sscanf in store_debug_level 2005-09-16 03:11:58 -04:00
ieee80211_rx.c [PATCH] ieee80211: Fixed a kernel oops on module unload 2005-09-21 23:01:52 -04:00
ieee80211_tx.c [PATCH] ieee80211: Fixed a kernel oops on module unload 2005-09-21 23:01:52 -04:00
ieee80211_wx.c [PATCH] ieee80211: Fixed a kernel oops on module unload 2005-09-21 23:01:52 -04:00