diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-25 21:39:19 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-04 16:20:00 -0400 |
commit | 5f9f1812b68a2979bc97399cd4954f1c191986af (patch) | |
tree | b1382e991cb71c146811012708ef65e78d36ac97 /drivers/net/wireless/wl12xx/acx.c | |
parent | 203afecaa320fa8c541ce130aed449ff53f5b4aa (diff) | |
download | blackbird-op-linux-5f9f1812b68a2979bc97399cd4954f1c191986af.tar.gz blackbird-op-linux-5f9f1812b68a2979bc97399cd4954f1c191986af.zip |
mac80211: remove the dependency on crypto_blkcipher
The only thing that using crypto_blkcipher with ecb does over just using
arc4 directly is wrapping the encrypt/decrypt function into a for loop,
looping over each individual character.
To be able to do this, it pulls in around 40 kb worth of unnecessary
kernel modules (at least on a MIPS embedded device).
Using arc4 directly not only eliminates those dependencies, it also makes
the code smaller.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/acx.c')
0 files changed, 0 insertions, 0 deletions