From: Senthil Balasubramanian Date: Mon, 6 Dec 2010 13:39:27 +0000 (+0530) Subject: ath9k: Fix STA disconnect issue due to received MIC failed bcast frames X-Git-Tag: v2.6.37-rc6~14^2~14^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38852b20c8b6d97618204ac64abbf14f0080393e;p=pandora-kernel.git ath9k: Fix STA disconnect issue due to received MIC failed bcast frames AR_RxKeyIdxValid will not be set for bcast/mcast frames and so relying this status for MIC failed frames is buggy. Due to this, MIC failure events for broadcast frames are not sent to supplicant resulted in AP disconnecting the STA. Able to pass Wifi Test case 5.2.18 with this fix. Cc: Stable (2.6.36+) Signed-off-by: Senthil Balasubramanian Signed-off-by: John W. Linville --- Reading git-diff-tree failed