commit | cd3468bad96c00b5a512f551674f36776129520e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Jul 29 22:07:44 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 03 16:31:21 2009 -0400 |
tree | b9b705149112b1403d5a23f09ae24a7eac515827 | |
parent | eb4ad826419ab5b1260bc1625249114767d36bea [diff] |
cfg80211: add two missing NULL pointer checks These pointers can be NULL, the is_mesh() case isn't ever hit in the current kernel, but cmp_ies() can be hit under certain conditions. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Cc: stable@kernel.org [2.6.29, 2.6.30] Signed-off-by: John W. Linville <linville@tuxdriver.com>