summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-22 23:10:31 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-24 14:04:34 +0200
commit8e5aad33b7218e395aa3d672da19af5c213cfde3 (patch)
tree9aa0f7f6245f43cd51d24b27fcf34e4f589746d7
parentb544d0f31d145951976a89faa2bd9e3ba25a073b (diff)
staging:rtl8192u: Remove unused page e Bit Mask definitions - Style
Remove the unused 'page e' Bit Mask definitions. These definitions will fail the checkpatch CamelCase naming tests. As they are unused in code they have simply been removed rather then renaming. This is a coding style change which should have no impact on runtime code execution. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8192u/r819xU_phyreg.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_phyreg.h b/drivers/staging/rtl8192u/r819xU_phyreg.h
index 671fd35297d5..93be2b2cf899 100644
--- a/drivers/staging/rtl8192u/r819xU_phyreg.h
+++ b/drivers/staging/rtl8192u/r819xU_phyreg.h
@@ -124,15 +124,7 @@
#define bCCKSideBand 0x10
/* page e */
-#define bTxAGCRate18_06 0x7f7f7f7f
-#define bTxAGCRate54_24 0x7f7f7f7f
-#define bTxAGCRateMCS32 0x7f
#define bTxAGCRateCCK 0x7f00
-#define bTxAGCRateMCS3_MCS0 0x7f7f7f7f
-#define bTxAGCRateMCS7_MCS4 0x7f7f7f7f
-#define bTxAGCRateMCS11_MCS8 0x7f7f7f7f
-#define bTxAGCRateMCS15_MCS12 0x7f7f7f7f
-
/* Rx Pseduo noise */
#define bRxPesudoNoiseOn 0x20000000