lib80211: Use skcipher and ahash
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 24 Jan 2016 13:18:09 +0000 (21:18 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jan 2016 12:36:03 +0000 (20:36 +0800)
commit608fb34cff8b11ebe9e4a951e92fad500cab4fe8
tree64485dfca54705df99ab3813c24b2000b107f650
parent3b5cf20cf439c3e8963c2d2a3f225434d31827e3
lib80211: Use skcipher and ahash

This patch replaces uses of blkcipher with skcipher and the long
obsolete hash interface with ahash.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
net/wireless/lib80211_crypt_tkip.c
net/wireless/lib80211_crypt_wep.c