summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtl8188e_hal.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2022-02-06 15:44:07 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-02-08 10:18:17 +0100
commitbfa4b4e6912f4cc0059ef960e2586a6558a62005 (patch)
tree8d59c28553bc4fbfa7b39ee599784cb591046bbb /drivers/staging/r8188eu/include/rtl8188e_hal.h
parent3b011b097c386e2a2861256f8f253fce4fbf94c5 (diff)
downloadlinux-stable-bfa4b4e6912f4cc0059ef960e2586a6558a62005.tar.gz
linux-stable-bfa4b4e6912f4cc0059ef960e2586a6558a62005.tar.bz2
linux-stable-bfa4b4e6912f4cc0059ef960e2586a6558a62005.zip
staging: r8188eu: remove UsbBulkOutSize from struct hal_data_8188e
UsbBulkOutSize in struct hal_data_8188e is only used to set a local variable in rtl8188eu_xmitframe_complete(). Set the local variable directly and remove UsbBulkOutSize from the hal_data_8188e structure. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20220206144407.8397-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/rtl8188e_hal.h')
-rw-r--r--drivers/staging/r8188eu/include/rtl8188e_hal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/r8188eu/include/rtl8188e_hal.h b/drivers/staging/r8188eu/include/rtl8188e_hal.h
index c6472d13e069..5b27bae97e91 100644
--- a/drivers/staging/r8188eu/include/rtl8188e_hal.h
+++ b/drivers/staging/r8188eu/include/rtl8188e_hal.h
@@ -171,8 +171,6 @@ struct hal_data_8188e {
/* Auto FSM to Turn On, include clock, isolation, power control
* for MAC only */
u8 bMacPwrCtrlOn;
-
- u32 UsbBulkOutSize;
};
s32 InitLLTTable(struct adapter *padapter, u8 txpktbuf_bndy);