Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: r8188eu: remove enum _RTL8712_RF_MIMO_CONFIG_

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>

authored by

Michael Straube and committed by
Greg Kroah-Hartman
a1f42cba c38a0535

-11
-11
drivers/staging/r8188eu/include/rtw_rf.h
··· 69 69 PREAMBLE_SHORT = 3, 70 70 }; 71 71 72 - enum _RTL8712_RF_MIMO_CONFIG_ { 73 - RTL8712_RFCONFIG_1T = 0x10, 74 - RTL8712_RFCONFIG_2T = 0x20, 75 - RTL8712_RFCONFIG_1R = 0x01, 76 - RTL8712_RFCONFIG_2R = 0x02, 77 - RTL8712_RFCONFIG_1T1R = 0x11, 78 - RTL8712_RFCONFIG_1T2R = 0x12, 79 - RTL8712_RFCONFIG_TURBO = 0x92, 80 - RTL8712_RFCONFIG_2T2R = 0x22 81 - }; 82 - 83 72 enum rf90_radio_path { 84 73 RF90_PATH_A = 0, /* Radio Path A */ 85 74 RF90_PATH_B = 1, /* Radio Path B */