From: Johannes Berg Date: Wed, 26 Sep 2007 13:19:41 +0000 (+0200) Subject: [PATCH] mac80211: consolidate encryption X-Git-Tag: v2.6.24-rc1~1454^2~300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a22a59d487e7fe509b457b72497593e402911c0;p=pandora-kernel.git [PATCH] mac80211: consolidate encryption Currently we run through all crypto handlers for each transmitted frame although we already know which one will be used. This changes the code to invoke only the needed handler. It also moves the wep code into wep.c. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed