linux/net/ieee80211
Hong Liu f0f15ab554 Fixed oops if an uninitialized key is used for encryption.
Without this patch, if you try and use a key that has not been
configured, for example:

% iwconfig eth1 key deadbeef00 [2]

without having configured key [1], then the active key will still be
[1], but privacy will now be enabled.  Transmission of a packet in this
situation will result in a kernel oops.

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
2005-10-20 11:06:36 -05:00
..
ieee80211_crypt.c [PATCH] ieee80211: in-tree driver updates to sync with latest ieee80211 series 2005-09-22 15:40:59 -04:00
ieee80211_crypt_ccmp.c [PATCH] ieee80211: in-tree driver updates to sync with latest ieee80211 series 2005-09-22 15:40:59 -04:00
ieee80211_crypt_tkip.c [PATCH] ieee80211: in-tree driver updates to sync with latest ieee80211 series 2005-09-22 15:40:59 -04:00
ieee80211_crypt_wep.c [PATCH] ieee80211: in-tree driver updates to sync with latest ieee80211 series 2005-09-22 15:40:59 -04:00
ieee80211_geo.c [PATCH] ieee80211: Added ieee80211_geo to provide helper functions 2005-09-21 23:03:55 -04:00
ieee80211_module.c Merge branch 'upstream-fixes' 2005-10-03 22:06:19 -04:00
ieee80211_rx.c Fixed problem with not being able to decrypt/encrypt broadcast packets. 2005-10-19 16:49:03 -05:00
ieee80211_tx.c Fixed oops if an uninitialized key is used for encryption. 2005-10-20 11:06:36 -05:00
ieee80211_wx.c [PATCH] ieee80211: division by zero fix 2005-10-18 17:25:36 -04:00
Kconfig Kconfig: IEEE80211 should not depend on NET_RADIO 2005-09-08 16:44:33 -04:00
Makefile [PATCH] ieee80211: Added ieee80211_geo to provide helper functions 2005-09-21 23:03:55 -04:00