This set removes some variables from the hal_data_8188e structure. Tested on x86_64 with Inter-Tech DMG-02. Michael Straube (9): staging: r8188eu: ExternalPA is read-only staging: r8188eu: remove PGMaxGroup from struct hal_data_8188e staging: r8188eu: remove ReceiveConfig from struct hal_data_8188e staging: r8188eu: BasicRateSet is set but never used staging: r8188eu: remove UsbTxAggDescNum from struct hal_data_8188e staging: r8188eu: remove UsbTxAggMode from struct hal_data_8188e staging: r8188eu: remove UsbRxAggMode from struct hal_data_8188e staging: r8188eu: remove UsbRxAggBlock* from struct hal_data_8188e staging: r8188eu: remove UsbRxAggPage* from struct hal_data_8188e drivers/staging/r8188eu/hal/rtl8188e_rf6052.c | 5 +- drivers/staging/r8188eu/hal/rtl8188eu_xmit.c | 2 +- drivers/staging/r8188eu/hal/usb_halinit.c | 86 ++++--------------- drivers/staging/r8188eu/hal/usb_ops_linux.c | 14 +-- .../staging/r8188eu/include/rtl8188e_hal.h | 26 +----- .../staging/r8188eu/include/rtl8188e_xmit.h | 2 + 6 files changed, 26 insertions(+), 109 deletions(-) -- 2.34.1