aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2019-06-02 18:35:28 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-03 14:17:01 +0200
commitee598a61ec75a57c71531e76a29a7e7ff54e8573 (patch)
treef4f30db319ed9fb1a24f56cf0a1eb57ba8d2030d /drivers/staging/rtl8188eu
parentstaging: rtl8188eu: remove redundant definition of ETH_ALEN (diff)
downloadlinux-dev-ee598a61ec75a57c71531e76a29a7e7ff54e8573.tar.xz
linux-dev-ee598a61ec75a57c71531e76a29a7e7ff54e8573.zip
staging: rtl8188eu: remove unused definitions from ieee80211.h
MGMT_QUEUE_NUM, ETH_TYPE_LEN and PAYLOAD_TYPE_LEN are defined but not used in the driver code, so remove them. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/include/ieee80211.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rtl8188eu/include/ieee80211.h b/drivers/staging/rtl8188eu/include/ieee80211.h
index d43aa4304ca5..42ee4ebe90eb 100644
--- a/drivers/staging/rtl8188eu/include/ieee80211.h
+++ b/drivers/staging/rtl8188eu/include/ieee80211.h
@@ -12,11 +12,6 @@
#include "wifi.h"
#include <linux/wireless.h>
-#define MGMT_QUEUE_NUM 5
-
-#define ETH_TYPE_LEN 2
-#define PAYLOAD_TYPE_LEN 1
-
#ifdef CONFIG_88EU_AP_MODE
#define RTL_IOCTL_HOSTAPD (SIOCIWFIRSTPRIV + 28)