aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorDeepak Mishra <linux.dkm@gmail.com>2019-06-09 18:01:43 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-10 17:57:22 +0200
commit3300a661a97ebcd10ddb5c1c149f22a171e7098a (patch)
treea9e8df6183669a9c87e2e5728432ce936bae242a /drivers/staging/rtl8712
parentcc96550b698eb1fec29a3d0be1bd572264d6e04d (diff)
staging: rtl8712: removed unused variables from struct _adapter
This patch removed following unused member variables from struct _adapter IsrContent, xmitThread, evtThread, recvThread Signed-off-by: Deepak Mishra <linux.dkm@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/drv_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
index 0c722e9c2410..c36a5ef3ee5d 100644
--- a/drivers/staging/rtl8712/drv_types.h
+++ b/drivers/staging/rtl8712/drv_types.h
@@ -148,13 +148,9 @@ struct _adapter {
bool driver_stopped;
bool surprise_removed;
bool suspended;
- u32 IsrContent;
u8 eeprom_address_size;
u8 hw_init_completed;
struct task_struct *cmd_thread;
- pid_t evtThread;
- struct task_struct *xmitThread;
- pid_t recvThread;
uint (*dvobj_init)(struct _adapter *adapter);
void (*dvobj_deinit)(struct _adapter *adapter);
struct net_device *pnetdev;