staging: r8188eu: remove enum _RTL8712_RF_MIMO_CONFIG_
authorMichael Straube <straube.linux@gmail.com>
Sat, 9 Oct 2021 10:44:19 +0000 (12:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Oct 2021 12:57:38 +0000 (14:57 +0200)
The enum _RTL8712_RF_MIMO_CONFIG_ is not used, remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20211009104419.8811-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_rf.h

index fadb141c6945f85a011f8757fb8396e300d9aafd..7ec252fec054166e6204d9c416df08b2fb8ea22d 100644 (file)
@@ -69,17 +69,6 @@ enum _REG_PREAMBLE_MODE {
        PREAMBLE_SHORT  = 3,
 };
 
-enum _RTL8712_RF_MIMO_CONFIG_ {
-       RTL8712_RFCONFIG_1T = 0x10,
-       RTL8712_RFCONFIG_2T = 0x20,
-       RTL8712_RFCONFIG_1R = 0x01,
-       RTL8712_RFCONFIG_2R = 0x02,
-       RTL8712_RFCONFIG_1T1R = 0x11,
-       RTL8712_RFCONFIG_1T2R = 0x12,
-       RTL8712_RFCONFIG_TURBO = 0x92,
-       RTL8712_RFCONFIG_2T2R = 0x22
-};
-
 enum rf90_radio_path {
        RF90_PATH_A = 0,                /* Radio Path A */
        RF90_PATH_B = 1,                /* Radio Path B */