From: John Whitmore <johnfwhitmore@gmail.com>
Date: Fri, 17 Aug 2018 18:34:42 +0000 (+0100)
Subject: staging:rtl8192u: Remove unused constants - Style
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=362ed57ee889db184109b85677ea94a96bd8bbec;p=linux.git

staging:rtl8192u: Remove unused constants - Style

Remove unused constants, 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>
---

diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h b/drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h
index da71f745f0396..947c381bce79d 100644
--- a/drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h
+++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h
@@ -18,10 +18,6 @@
  */
 #define HTCLNG	4
 
-#define HT_SUPPORTED_MCS_1SS_BITMAP					0x000000ff
-#define HT_SUPPORTED_MCS_2SS_BITMAP					0x0000ff00
-#define HT_SUPPORTED_MCS_1SS_2SS_BITMAP			HT_MCS_1SS_BITMAP | HT_MCS_1SS_2SS_BITMAP
-
 //
 // Represent Channel Width in HT Capabilities
 //