commit | 00eb7fe77eb455f807c396f9917f0f623d4c84bb | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu Jun 26 12:13:46 2008 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jun 27 14:49:52 2008 -0400 |
tree | ce67292589f9c387ff31203db36cb220202a7ee7 | |
parent | 5f4a6fae46a214c4dce3bd63a6219a5f1c818c78 [diff] |
mac80211: fix an oops in several failure paths in key allocation This patch fixes an oops in several failure paths in key allocation. This Oops occurs when freeing a key that has not been linked yet, so the key->sdata is not set. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>