summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/drv_types.h
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2017-04-02 17:35:39 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-08 17:11:54 +0200
commit82407f388e3efd4b3c4eee3b1b53eb8a3252b274 (patch)
treec51984679d46d76c68f07d906bc328aecb974bc8 /drivers/staging/rtl8188eu/include/drv_types.h
parentd79640dac7f20813b0794b7f582c3099f2fdaa61 (diff)
staging:r8188eu: remove software_encrypt member of registry_priv struct
Value of this variable does not changed after initialization. Replace software_encrypt with its default value. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/drv_types.h')
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index 8bcb170d2c6b..c3517c0903ca 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -65,7 +65,6 @@ struct registry_priv {
u8 ips_mode;
u8 smart_ps;
u8 mp_mode;
- u8 software_encrypt;
u8 acm_method;
/* UAPSD */
u8 wmm_enable;