From: Jouni Malinen Date: Fri, 27 Mar 2009 18:52:47 +0000 (+0200) Subject: nl80211: Require auth type for NL80211_CMD_AUTHENTICATE X-Git-Tag: v2.6.31-rc1~330^2~568^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1778092e1739155acec35a3bccee2fb8a1ae4e91;p=pandora-kernel.git nl80211: Require auth type for NL80211_CMD_AUTHENTICATE NL80211_ATTR_AUTH_TYPE is a required parameter for NL80211_CMD_AUTHENTICATE. We are currently (by chance) defaulting to open system authentication if the attribute is not specified. It is better to just reject the invalid command. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed