From: Johannes Berg Date: Wed, 26 Sep 2007 15:53:15 +0000 (+0200) Subject: [MAC80211]: consolidate decryption more X-Git-Tag: v2.6.24-rc1~1454^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1990af8d14e48445a0ddcca7765a177b6661d676;p=pandora-kernel.git [MAC80211]: consolidate decryption more Currently, we have three RX handlers doing the decryption. This patch changes it to have only one handler doing everything, thereby getting rid of many duplicate checks. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: David S. Miller -- net/mac80211/rx.c | 46 ++++++++++++---------------------------------- 1 files changed, 12 insertions(+), 34 deletions(-) --- Reading git-diff-tree failed