aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-06-29 19:10:06 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-02 10:43:10 +0200
commit790d5d2a7e9b494272dcf8ddc44f12aec4d36b35 (patch)
tree42d5d7ec8d26789ff9780f6bcf885fad81537ad6
parent698b47cb2204e7ee24a02a58fdf414f1d9139e02 (diff)
downloadstaging-790d5d2a7e9b494272dcf8ddc44f12aec4d36b35.tar.gz
staging: rtl8192u Remove redundant #include directive
The file includes the file rtl819x_HT.h, which has already been included by the previously included file ieee80211.h Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
index 1dd4c6ae731929..98d74d87bf11f6 100644
--- a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
+++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
@@ -5,7 +5,7 @@
* little changed. If any confusion caused, tell me. Created by WB. 2008.05.08
*/
#include "ieee80211.h"
-#include "rtl819x_HT.h"
+
u8 MCS_FILTER_ALL[16] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
u8 MCS_FILTER_1SS[16] = {0xff, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};