From: Johannes Berg Date: Mon, 16 Nov 2009 11:00:39 +0000 (+0100) Subject: mac80211: push michael MIC report after DA check X-Git-Tag: v2.6.33-rc1~388^2~214^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2ced6a32dafb71d21b726c06df57fc574093d7;p=pandora-kernel.git mac80211: push michael MIC report after DA check When we receive a michael MIC failure report from the hardware we currently do not check whether it is actually reported on a frame that is destined to us. It shouldn't be possible to get a michael MIC failure report on other frames, but it also doesn't hurt to verify. Also, since we then don't need the station struct that early, move looking it up a bit later in the RX path. Finally, while at it, a few code cleanups in the area. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed