diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-07-23 00:31:48 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-07-26 23:09:04 +0400 |
commit | 3289a8368c294726659588d044e354dd3bcf44b3 (patch) | |
tree | e7e534dbbeb1f4c8e73c329cbd0956d65f3147d4 /include/net | |
parent | ea65145da88e9fa04cb15c7a2a550ad1d3fde02a (diff) | |
download | linux-3289a8368c294726659588d044e354dd3bcf44b3.tar.xz |
lib80211: remove unused host_build_iv option
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/lib80211.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/lib80211.h b/include/net/lib80211.h index fb4e2784857d..848cce1bb7a5 100644 --- a/include/net/lib80211.h +++ b/include/net/lib80211.h @@ -54,9 +54,6 @@ struct lib80211_crypto_ops { /* deinitialize crypto context and free allocated private data */ void (*deinit) (void *priv); - int (*build_iv) (struct sk_buff * skb, int hdr_len, - u8 *key, int keylen, void *priv); - /* encrypt/decrypt return < 0 on error or >= 0 on success. The return * value from decrypt_mpdu is passed as the keyidx value for * decrypt_msdu. skb must have enough head and tail room for the |