summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/rtw_security.h
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2017-04-02 17:35:40 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-08 17:11:54 +0200
commit1375baa965590bbd3ce7656a6d643e4b3590fd37 (patch)
tree9cb57075fbe6d62f6e3909d3c7b62d7e61dd1709 /drivers/staging/rtl8188eu/include/rtw_security.h
parent82407f388e3efd4b3c4eee3b1b53eb8a3252b274 (diff)
staging:r8188eu: remove sw_encrypt member of security_priv struct
sw_encrypt always is 0. Replace sw_encrypt with 0. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/rtw_security.h')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_security.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_security.h b/drivers/staging/rtl8188eu/include/rtw_security.h
index 2eda6778b409..74fe664787e5 100644
--- a/drivers/staging/rtl8188eu/include/rtw_security.h
+++ b/drivers/staging/rtl8188eu/include/rtw_security.h
@@ -133,7 +133,6 @@ struct security_priv {
u8 busetkipkey;
u8 bcheck_grpkey;
u8 bgrpkey_handshake;
- s32 sw_encrypt;/* from registry_priv */
s32 hw_decrypted;/* if the rx packets is hw_decrypted==false,i
* it means the hw has not been ready. */