]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mac80211: consolidate encryption
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 26 Sep 2007 13:19:41 +0000 (15:19 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:14 +0000 (16:53 -0700)
commitdeb19a38658b21c262004d0b54ea63f251a60570
treea4bfd02cdea7e1cec690101bc119b515f3dc445c
parent6b257c8a8628e069657726a005b150b37b88187b
[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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/tx.c
net/mac80211/wep.c
net/mac80211/wep.h
net/mac80211/wpa.c
net/mac80211/wpa.h