RTL8188EU chips are 1T1R. This set removes some code that is valid only for 1T2R and 2T2R chips. Tested on x86_64 with Inter-Tech DMG-02. Michael Straube (4): staging: r8188eu: remove IS_1T1R, IS_1T2R, IS_2T2R macros staging: r8188eu: remove if test that is always true staging: r8188eu: remove NumTotalRFPath from struct hal_data_8188e staging: r8188eu: remove switches from phy_RF6052_Config_ParaFile() drivers/staging/r8188eu/hal/hal_com.c | 10 +- .../staging/r8188eu/hal/rtl8188e_hal_init.c | 60 ++++----- drivers/staging/r8188eu/hal/rtl8188e_mp.c | 5 +- drivers/staging/r8188eu/hal/rtl8188e_phycfg.c | 8 +- drivers/staging/r8188eu/hal/rtl8188e_rf6052.c | 125 ++++++------------ drivers/staging/r8188eu/include/HalVerDef.h | 9 -- .../staging/r8188eu/include/rtl8188e_hal.h | 1 - 7 files changed, 74 insertions(+), 144 deletions(-) -- 2.33.0