[PATCH 10/11] staging: r8188eu: remove odm ext pa info

From: Martin Kaiser
Date: Sun Oct 10 2021 - 13:53:01 EST


The ext pa info is not used. Remove it.

Signed-off-by: Martin Kaiser <martin@xxxxxxxxx>
---
drivers/staging/r8188eu/hal/odm.c | 3 ---
drivers/staging/r8188eu/include/odm.h | 3 ---
2 files changed, 6 deletions(-)

diff --git a/drivers/staging/r8188eu/hal/odm.c b/drivers/staging/r8188eu/hal/odm.c
index cf0881642207..7d31067d95a8 100644
--- a/drivers/staging/r8188eu/hal/odm.c
+++ b/drivers/staging/r8188eu/hal/odm.c
@@ -240,9 +240,6 @@ void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def Cmn
case ODM_CMNINFO_EXT_LNA:
pDM_Odm->ExtLNA = (u8)Value;
break;
- case ODM_CMNINFO_EXT_PA:
- pDM_Odm->ExtPA = (u8)Value;
- break;
/* To remove the compiler warning, must add an empty default statement to handle the other values. */
default:
/* do nothing */
diff --git a/drivers/staging/r8188eu/include/odm.h b/drivers/staging/r8188eu/include/odm.h
index 346dc04a50e6..90539fa2ef2d 100644
--- a/drivers/staging/r8188eu/include/odm.h
+++ b/drivers/staging/r8188eu/include/odm.h
@@ -269,7 +269,6 @@ enum odm_common_info_def {
ODM_CMNINFO_RF_TYPE, /* RF_PATH_E or ODM_RF_TYPE_E? */
ODM_CMNINFO_BOARD_TYPE, /* ODM_BOARD_TYPE_E */
ODM_CMNINFO_EXT_LNA, /* true */
- ODM_CMNINFO_EXT_PA,
/* HOOK BEFORE REG INIT----------- */

/* Dynamic value: */
@@ -649,8 +648,6 @@ struct odm_dm_struct {
u8 BoardType;
/* with external LNA NO/Yes = 0/1 */
u8 ExtLNA;
- /* with external PA NO/Yes = 0/1 */
- u8 ExtPA;

u32 BK_SupportAbility;
u8 AntDivType;
--
2.20.1