commit | 6a22a59d487e7fe509b457b72497593e402911c0 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Sep 26 15:19:41 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:53:14 2007 -0700 |
tree | a4bfd02cdea7e1cec690101bc119b515f3dc445c | |
parent | 4f0d18e26f8bc4c6507b69aa0080d0fae807c990 [diff] |
[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>