linux/net/ieee80211
James Ketrenos 0ad0c3c644 [PATCH] ieee80211: Fix kernel Oops when module unload
tree b69e983266840983183a00f5ac02c66d5270ca47
parent cdd6372949b76694622ed74fe36e1dd17a92eb71
author Zhu Yi <jketreno@io.(none)> 1124435425 -0500
committer James Ketrenos <jketreno@linux.intel.com> 1127312421 -0500

Fix kernel Oops when module unload.

Export a new function ieee80211_crypt_quiescing from ieee80211. Device
drivers call it to make the host crypto stack enter the quiescence
state, which means "process existing requests, but don't accept new
ones". This is usually called during a driver's host crypto data
structure free (module unload) path.

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: Fix kernel Oops when 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: Fix kernel Oops when module unload 2005-09-21 23:01:52 -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: Hardware crypto and fragmentation offload support 2005-09-21 23:01:52 -04:00
ieee80211_wx.c [PATCH] ieee80211: Fix time calculation, switching to use jiffies_to_msecs 2005-09-21 23:01:52 -04:00