diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-07-22 22:31:48 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-07-26 21:09:04 +0200 |
commit | 3289a8368c294726659588d044e354dd3bcf44b3 (patch) | |
tree | e7e534dbbeb1f4c8e73c329cbd0956d65f3147d4 /net/wireless/lib80211_crypt_tkip.c | |
parent | minstrel: don't complain about feedback for unrequested rates (diff) | |
download | linux-3289a8368c294726659588d044e354dd3bcf44b3.tar.xz linux-3289a8368c294726659588d044e354dd3bcf44b3.zip |
lib80211: remove unused host_build_iv option
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/lib80211_crypt_tkip.c')
-rw-r--r-- | net/wireless/lib80211_crypt_tkip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/wireless/lib80211_crypt_tkip.c b/net/wireless/lib80211_crypt_tkip.c index a7f995613f1f..0fe40510e2cb 100644 --- a/net/wireless/lib80211_crypt_tkip.c +++ b/net/wireless/lib80211_crypt_tkip.c @@ -757,7 +757,6 @@ static struct lib80211_crypto_ops lib80211_crypt_tkip = { .name = "TKIP", .init = lib80211_tkip_init, .deinit = lib80211_tkip_deinit, - .build_iv = lib80211_tkip_hdr, .encrypt_mpdu = lib80211_tkip_encrypt, .decrypt_mpdu = lib80211_tkip_decrypt, .encrypt_msdu = lib80211_michael_mic_add, |