staging: r8188eu: remove Hal_MPT_CCKTxPowerAdjustbyIndex()
authorMichael Straube <straube.linux@gmail.com>
Mon, 30 Aug 2021 09:21:50 +0000 (11:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:45 +0000 (08:49 +0200)
commit1eaf21c5f46c7473956326519e554154bc732acd
treec8ae349749f6308f9fbbb6d4668be1125f267251
parent07674dbe44d8f2ada437aa86ad5c74c7754c5dfd
staging: r8188eu: remove Hal_MPT_CCKTxPowerAdjustbyIndex()

IC Type is always 8188E. Therefore, the test
"if (!IS_92C_SERIAL(pHalData->VersionID))" in
Hal_MPT_CCKTxPowerAdjustbyIndex() is always true and the function
does nothing, remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210830092153.9283-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_mp.c
drivers/staging/r8188eu/include/rtw_mp.h