aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2024-08-31 12:08:05 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-09-03 10:31:56 +0200
commita5d1b523ad47ab2b7e7547c555f92f3230f046c5 (patch)
tree8b1a32047889e3bec5b2c6c583daead562e59bd3
parentstaging: rtl8712: Calculate size from pointer (diff)
downloadwireguard-linux-a5d1b523ad47ab2b7e7547c555f92f3230f046c5.tar.xz
wireguard-linux-a5d1b523ad47ab2b7e7547c555f92f3230f046c5.zip
staging: rtl8192e: remove RF90_PATH_{C,D} from enum rf90_radio_path
RF90_PATH_C and RF90_PATH_D are unused in this driver. Remove them from enum rf90_radio_path. Signed-off-by: Michael Straube <straube.linux@gmail.com> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20240831100809.29173-2-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h
index ff4b4004b0d0..c928bc2b218b 100644
--- a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h
+++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h
@@ -20,8 +20,6 @@ enum hw90_block {
enum rf90_radio_path {
RF90_PATH_A = 0,
RF90_PATH_B = 1,
- RF90_PATH_C = 2,
- RF90_PATH_D = 3,
RF90_PATH_MAX
};