diff options
| -rw-r--r-- | drivers/staging/rtl8188eu/core/rtw_security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_security.c b/drivers/staging/rtl8188eu/core/rtw_security.c index 364d6ea14bf8..dbb84e00077f 100644 --- a/drivers/staging/rtl8188eu/core/rtw_security.c +++ b/drivers/staging/rtl8188eu/core/rtw_security.c | |||
| @@ -1291,7 +1291,7 @@ u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe) | |||
| 1291 | struct sk_buff *skb = ((struct recv_frame *)precvframe)->pkt; | 1291 | struct sk_buff *skb = ((struct recv_frame *)precvframe)->pkt; |
| 1292 | void *crypto_private = NULL; | 1292 | void *crypto_private = NULL; |
| 1293 | u8 *key, *pframe = skb->data; | 1293 | u8 *key, *pframe = skb->data; |
| 1294 | struct lib80211_crypto_ops *crypto_ops = try_then_request_module(lib80211_get_crypto_ops("CCMP"), "lib80211_crypt_ccmp"); | 1294 | struct lib80211_crypto_ops *crypto_ops = lib80211_get_crypto_ops("CCMP"); |
| 1295 | struct security_priv *psecuritypriv = &padapter->securitypriv; | 1295 | struct security_priv *psecuritypriv = &padapter->securitypriv; |
| 1296 | char iv[8], icv[8]; | 1296 | char iv[8], icv[8]; |
| 1297 | 1297 | ||
