aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/drv_types.h
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-06-16 21:35:41 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 15:37:17 -0700
commit5605da1754b36a5d3552291b09f89817c12e0ab8 (patch)
tree8a25121dec79da89540782a2e05ebff504b826cf /drivers/staging/rtl8188eu/include/drv_types.h
parentstaging: rtl8188eu: Remove function nat25_db_cleanup() (diff)
downloadlinux-dev-5605da1754b36a5d3552291b09f89817c12e0ab8.tar.xz
linux-dev-5605da1754b36a5d3552291b09f89817c12e0ab8.zip
staging: rtl8188eu: Remove pppoe_connection_in_progress from struct adapter
Value stored in pppoe_connection_in_progress isn't being used by driver. Signed-off-by: navin patidar <navin.patidar@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 9c3f905a2f11..71b4af7c52cb 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -256,7 +256,6 @@ struct adapter {
spinlock_t br_ext_lock;
struct nat25_network_db_entry *nethash[NAT25_HASH_SIZE];
- int pppoe_connection_in_progress;
unsigned char pppoe_addr[MACADDRLEN];
unsigned char scdb_mac[MACADDRLEN];
unsigned char scdb_ip[4];