summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornavin patidar2014-06-16 18:05:45 +0200
committerGreg Kroah-Hartman2014-06-20 00:37:18 +0200
commitb0f63cf34bac35eb307ffb9fff7ec129eb719f51 (patch)
tree1178aac259cc38ea1b210760d74e7cd9ccaf134e
parentstaging: rtl8188eu: core: Remove file rtw_br_ext.c (diff)
downloadkernel-qcow2-linux-b0f63cf34bac35eb307ffb9fff7ec129eb719f51.tar.gz
kernel-qcow2-linux-b0f63cf34bac35eb307ffb9fff7ec129eb719f51.tar.xz
kernel-qcow2-linux-b0f63cf34bac35eb307ffb9fff7ec129eb719f51.zip
staging: rtl8188eu: Remove unused members of struct adapter
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index 71b4af7c52cb..baafe3323f28 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -255,14 +255,6 @@ struct adapter {
struct mutex hw_init_mutex;
spinlock_t br_ext_lock;
- struct nat25_network_db_entry *nethash[NAT25_HASH_SIZE];
- unsigned char pppoe_addr[MACADDRLEN];
- unsigned char scdb_mac[MACADDRLEN];
- unsigned char scdb_ip[4];
- struct nat25_network_db_entry *scdb_entry;
- unsigned char br_mac[MACADDRLEN];
- unsigned char br_ip[4];
- struct br_ext_info ethBrExtInfo;
u8 fix_rate;