This series removes unused cases from GetHwReg8188EU(). Some of the cases are also unused in SetHwReg8188EU() and removed there as well. Tested on x86_64 with Inter-Tech DMG-02. Michael Straube (6): staging: r8188eu: remove HW_VAR_BASIC_RATE from GetHwReg8188EU() staging: r8188eu: remove HW_VAR_TXPAUSE staging: r8188eu: remove HW_VAR_CURRENT_ANTENNA from GetHwReg8188EU() staging: r8188eu: remove HW_VAR_EFUSE_BYTES from GetHwReg8188EU() staging: r8188eu: EfuseUsedBytes is set but never used staging: r8188eu: remove HW_VAR_APFM_ON_MAC .../staging/r8188eu/hal/rtl8188e_hal_init.c | 3 --- drivers/staging/r8188eu/hal/usb_halinit.c | 25 ------------------- drivers/staging/r8188eu/include/hal_intf.h | 5 ---- .../staging/r8188eu/include/rtl8188e_hal.h | 2 -- 4 files changed, 35 deletions(-) -- 2.34.1