staging:rtl8192u: Remove unused page 8 definitions - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Sun, 22 Jul 2018 22:10:17 +0000 (23:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 12:04:33 +0000 (14:04 +0200)
Remove page 8 definitions which are never used in code.

Many of these definitions, if not all, fail the checkpatch CamelCase
checks. To avoid the effort of renaming unused definitions they have
been removed. This is a style change which should have no impact on
runtime execution.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_phyreg.h

index 437f3bfcc399112b4db9daf39d611a4d9177623c..b8e5fc003a5af60e5726913a7c6d224d1cfbe3e4 100644 (file)
@@ -7,14 +7,7 @@
 
 /* page8 */
 #define rFPGA0_RFMOD                           0x800  /* RF mode & CCK TxSC */
-#define rFPGA0_TxInfo                          0x804
-#define rFPGA0_PSDFunction                     0x808
 #define rFPGA0_TxGainStage                     0x80c
-#define rFPGA0_RFTiming1                       0x810
-#define rFPGA0_RFTiming2                       0x814
-/* #define rFPGA0_XC_RFTiming                  0x818
- * #define rFPGA0_XD_RFTiming                  0x81c
- */
 #define rFPGA0_XA_HSSIParameter1       0x820
 #define rFPGA0_XA_HSSIParameter2       0x824
 #define rFPGA0_XB_HSSIParameter1       0x828
@@ -27,8 +20,6 @@
 #define rFPGA0_XB_LSSIParameter                0x844
 #define rFPGA0_XC_LSSIParameter                0x848
 #define rFPGA0_XD_LSSIParameter                0x84c
-#define rFPGA0_RFWakeUpParameter       0x850
-#define rFPGA0_RFSleepUpParameter      0x854
 #define rFPGA0_XAB_SwitchControl       0x858
 #define rFPGA0_XCD_SwitchControl       0x85c
 #define rFPGA0_XA_RFInterfaceOE                0x860
 #define rFPGA0_XAB_RFParameter         0x878
 #define rFPGA0_XCD_RFParameter         0x87c
 #define rFPGA0_AnalogParameter1                0x880
-#define rFPGA0_AnalogParameter2                0x884
-#define rFPGA0_AnalogParameter3                0x888
 #define rFPGA0_AnalogParameter4                0x88c
 #define rFPGA0_XA_LSSIReadBack         0x8a0
 #define rFPGA0_XB_LSSIReadBack         0x8a4
 #define rFPGA0_XC_LSSIReadBack         0x8a8
 #define rFPGA0_XD_LSSIReadBack         0x8ac
-#define rFPGA0_PSDReport                       0x8b4
 #define rFPGA0_XAB_RFInterfaceRB       0x8e0
 #define rFPGA0_XCD_RFInterfaceRB       0x8e4