]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MAC80211]: consolidate decryption more
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 26 Sep 2007 15:53:15 +0000 (17:53 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:54:16 +0000 (16:54 -0700)
commit1990af8d14e48445a0ddcca7765a177b6661d676
treeea19fbccaca1b8746f469a5cb331decf45f32327
parent70f0876579ceeea9fd7bd4a20fade524a0b3bdda
[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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
--
 net/mac80211/rx.c |   46 ++++++++++++----------------------------------
 1 files changed, 12 insertions(+), 34 deletions(-)
net/mac80211/rx.c