From: Michael Straube Date: Tue, 19 Oct 2021 13:51:35 +0000 (+0200) Subject: staging: r8188eu: remove unused fields from enum odm_common_info_def X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b2f8ee2fe6ca9328393901db99d3a95303d04cb;p=linux.git staging: r8188eu: remove unused fields from enum odm_common_info_def Remove unused fields from enum odm_common_info_def. Acked-by: Martin Kaiser Signed-off-by: Michael Straube Link: https://lore.kernel.org/r/20211019135137.9893-6-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/odm.h b/drivers/staging/r8188eu/include/odm.h index 1ad7ee5919ef4..97a24f8d2f534 100644 --- a/drivers/staging/r8188eu/include/odm.h +++ b/drivers/staging/r8188eu/include/odm.h @@ -246,7 +246,6 @@ enum odm_common_info_def { ODM_CMNINFO_SCAN, ODM_CMNINFO_POWER_SAVING, ODM_CMNINFO_NET_CLOSED, - ODM_CMNINFO_MP_MODE, /* POINTER REFERENCE----------- */ /* CALL BY VALUE------------- */ @@ -255,11 +254,6 @@ enum odm_common_info_def { ODM_CMNINFO_LINK, ODM_CMNINFO_RSSI_MIN, ODM_CMNINFO_RF_ANTENNA_TYPE, /* u8 */ - ODM_CMNINFO_BT_DISABLED, - ODM_CMNINFO_BT_OPERATION, - ODM_CMNINFO_BT_DIG, - ODM_CMNINFO_BT_BUSY, /* Check Bt is using or not */ - ODM_CMNINFO_BT_DISABLE_EDCA, /* CALL BY VALUE-------------*/ };