This set contains some cleanups in different areas of the driver. Tested on x86_64 with Inter-Tech DMG-02. Michael Straube (10): staging: r8188eu: DM_PriCCA is set but never used staging: r8188eu: remove GET_CVID_ROM_VERSION staging: r8188eu: remove unused enum odm_h2c_cmd staging: r8188eu: remove ODM_CMNINFO_ABILITY from ODM_CmnInfoInit() staging: r8188eu: remove write-only fields from struct rtl_ps staging: r8188eu: FAT_State is always FAT_NORMAL_STATE staging: r8188eu: FAT_State is set but never used staging: r8188eu: TrainIdx is set but never used staging: r8188eu: RSSI_test is always false staging: r8188eu: merge _ReadLEDSetting() into ReadAdapterInfo8188EU() drivers/staging/r8188eu/hal/odm.c | 7 ----- drivers/staging/r8188eu/hal/odm_HWConfig.c | 16 ++-------- drivers/staging/r8188eu/hal/odm_RTL8188E.c | 19 ------------ drivers/staging/r8188eu/hal/usb_halinit.c | 9 ++---- drivers/staging/r8188eu/include/HalVerDef.h | 1 - drivers/staging/r8188eu/include/odm.h | 29 ------------------- .../staging/r8188eu/include/odm_RTL8188E.h | 2 -- .../staging/r8188eu/include/odm_interface.h | 7 ----- 8 files changed, 5 insertions(+), 85 deletions(-) -- 2.34.1