From: Johannes Berg Date: Sat, 25 Jul 2009 14:54:36 +0000 (+0200) Subject: nl80211: add missing parameter clearing X-Git-Tag: v2.6.32-rc1~703^2~506^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b2bbd833a5a26b5a9425cb9a7eb66bbe736dd1;p=pandora-kernel.git nl80211: add missing parameter clearing Jouni and Maxim reported an oops when using wpa_supplicant -Dnl80211, which seems to be due to random data being contained in the crypto settings for the assoc() command. This seems to be due to the missing memset here, so add it -- it's certainly missing but I'm not 100% certain that it will fix the problem. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed