summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2021-12-05 18:13:33 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-12-07 11:11:48 +0100
commitec5967c04e6a871958512f47b875717d29e9f5d5 (patch)
tree17c77370f1e799e517bc52c381b6e6c5cc00e02f /drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
parent1684457358818de7697b09b4688a41b512c60e5c (diff)
downloadlinux-ec5967c04e6a871958512f47b875717d29e9f5d5.tar.bz2
staging: r8188eu: remove RF_PATH_{C,D}
pHalData->PHYRegDef[RF_PATH_C] and pHalData->PHYRegDef[RF_PATH_D] are initialized but not used. Remove them and remove RF_PATH_C and RF_PATH_D from the rf_radio_path enum. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20211205171342.20551-2-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/Hal8188EPhyCfg.h')
-rw-r--r--drivers/staging/r8188eu/include/Hal8188EPhyCfg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h b/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
index b1ba7acb454c..6b108800d8d2 100644
--- a/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
+++ b/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
@@ -33,8 +33,6 @@ enum hw90_block {
enum rf_radio_path {
RF_PATH_A = 0, /* Radio Path A */
RF_PATH_B = 1, /* Radio Path B */
- RF_PATH_C = 2, /* Radio Path C */
- RF_PATH_D = 3, /* Radio Path D */
};
#define MAX_PG_GROUP 13