From: Eliad Peller Date: Sun, 13 May 2012 15:07:04 +0000 (+0300) Subject: mac80211: fail authentication when AP denied authentication X-Git-Tag: v3.6-rc1~125^2~57^2~400 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac211ec10d268b9d09000093a9fa2ac1773894f;p=pandora-kernel.git mac80211: fail authentication when AP denied authentication ieee80211_rx_mgmt_auth() doesn't handle denied authentication properly - it authenticates the station and waits for association (for 5 seconds) instead of failing the authentication. Fix it by destroying auth_data and bailing out instead. Signed-off-by: Eliad Peller Acked-by: Johannes Berg Cc: stable@vger.kernel.org #3.4 Signed-off-by: John W. Linville --- Reading git-diff-tree failed