From: Johannes Berg Date: Wed, 26 Sep 2007 13:19:40 +0000 (+0200) Subject: [PATCH] mac80211: consolidate decryption X-Git-Tag: v2.6.24-rc1~1454^2~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0d18e26f8bc4c6507b69aa0080d0fae807c990;p=pandora-kernel.git [PATCH] mac80211: consolidate decryption Currently, we run through all three crypto algorithms for each received frame even though we have previously determined which key we have and as such already know which algorithm will be used. Change it to invoke only the needed function. Also move the WEP decrypt handler to wep.c so that fewer functions need to be non-static. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed