From: Johannes Berg Date: Fri, 28 May 2010 12:24:19 +0000 (+0200) Subject: mac80211: move WEP weak IV check X-Git-Tag: v2.6.36-rc1~571^2~615^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761ab470364b550c9b1a5e1e31be51d415aaf42b;p=pandora-kernel.git mac80211: move WEP weak IV check I suspect the compiler will do this optimisation anyway, but it seems cleaner to move this into the WEP switch case. Also make rx_h_decrypt use a local variable for the frame_control so that we don't need to reload the hdr variable for this after linearizing. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed