]> www.infradead.org Git - linux.git/commitdiff
staging: rtl8192e: remove RF90_PATH_{C,D} from enum rf90_radio_path
authorMichael Straube <straube.linux@gmail.com>
Sat, 31 Aug 2024 10:08:05 +0000 (12:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2024 08:31:56 +0000 (10:31 +0200)
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>
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h

index ff4b4004b0d0051b3fe6efaded18837ef9d7f76d..c928bc2b218b32375acaa13cfbcc44cbc993f76c 100644 (file)
@@ -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
 };