aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/include/drv_types.h
diff options
context:
space:
mode:
authorBryan Brattlof <hello@bryanbrattlof.com>2021-04-12 17:23:08 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-13 09:49:48 +0200
commit59bc0e634b2e920067b4a7df3f3a2c5a606455dd (patch)
tree1ffab3fe5c418daccb0f719b4baa7095ee642501 /drivers/staging/rtl8723bs/include/drv_types.h
parentstaging: rtl8723bs: hal: Correct indentation (diff)
downloadlinux-dev-59bc0e634b2e920067b4a7df3f3a2c5a606455dd.tar.xz
linux-dev-59bc0e634b2e920067b4a7df3f3a2c5a606455dd.zip
staging: rtl8723bs: remove unnecessary adapter
The if2 adapter is defined in rtw_dvr_init() and in the dvobj_priv structure but never used anywhere in the driver. This will remove all definitions of if2 Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com> Link: https://lore.kernel.org/r/20210412172147.43509-1-hello@bryanbrattlof.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/include/drv_types.h')
-rw-r--r--drivers/staging/rtl8723bs/include/drv_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/drv_types.h b/drivers/staging/rtl8723bs/include/drv_types.h
index f1f588d38a60..83d43e5726dd 100644
--- a/drivers/staging/rtl8723bs/include/drv_types.h
+++ b/drivers/staging/rtl8723bs/include/drv_types.h
@@ -268,7 +268,6 @@ struct cam_entry_cache {
struct dvobj_priv {
/*-------- below is common data --------*/
struct adapter *if1; /* PRIMARY_ADAPTER */
- struct adapter *if2; /* SECONDARY_ADAPTER */
s32 processing_dev_remove;