aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2015-06-02 22:48:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-08 13:44:15 -0700
commit9c2ce8275d62e9a78f17aa226c77e2e2a115c6bf (patch)
treeff860457e7f317c4ef00e76007289ee232155651 /drivers/staging/rtl8192e/rtl8192e/rtl_core.h
parentstaging: rtl8192e: Remove dead code: r8192_priv members (diff)
downloadlinux-dev-9c2ce8275d62e9a78f17aa226c77e2e2a115c6bf.tar.xz
linux-dev-9c2ce8275d62e9a78f17aa226c77e2e2a115c6bf.zip
staging: rtl8192e: Remove dead code: mp_adapter
mp_adapter structure was used in past, but now is only initialized and never read. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl8192e/rtl_core.h')
-rw-r--r--drivers/staging/rtl8192e/rtl8192e/rtl_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
index e1686cbd99a3..776d950655cb 100644
--- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
+++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
@@ -344,8 +344,6 @@ struct r8192_priv {
struct channel_access_setting ChannelAccessSetting;
- struct mp_adapter NdisAdapter;
-
struct rtl819x_ops *ops;
struct rtllib_device *rtllib;