From 93860840b67c77a2f6a59e0bbb9710d4d00e4bf1 Mon Sep 17 00:00:00 2001 From: John Whitmore Date: Sun, 22 Jul 2018 23:10:24 +0100 Subject: [PATCH] staging:rtl8192u: Remove unused RTL8258 definitions - Style Remove the unused RTL8258 definitions. These definitions fail the checkpatch CamelCase naming test, rather then renaming, as the definitions are unused they have simply been removed. This is a coding style change which should not impact runtime code execution. Signed-off-by: John Whitmore Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8192u/r819xU_phyreg.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8192u/r819xU_phyreg.h b/drivers/staging/rtl8192u/r819xU_phyreg.h index ea0c3bdc2a77..5352ae64ab97 100644 --- a/drivers/staging/rtl8192u/r819xU_phyreg.h +++ b/drivers/staging/rtl8192u/r819xU_phyreg.h @@ -104,11 +104,6 @@ /* Zebra4 */ #define rGlobalCtrl 0 -/* RTL8258 */ -#define rRTL8258_TxLPF 0x11 -#define rRTL8258_RxLPF 0x13 -#define rRTL8258_RSSILPF 0xa - /* Bit Mask * page-1 */ -- 2.30.2