aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2019-06-02 18:35:27 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-03 14:17:01 +0200
commit14f252e821ba55292763fd53c5432ccfaa9e8160 (patch)
tree89a4e8f9a4d628302db415be3b626c65f2588e1d /drivers/staging/rtl8188eu
parentstaging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O space (diff)
downloadlinux-dev-14f252e821ba55292763fd53c5432ccfaa9e8160.tar.xz
linux-dev-14f252e821ba55292763fd53c5432ccfaa9e8160.zip
staging: rtl8188eu: remove redundant definition of ETH_ALEN
ETH_ALEN is defined in linux/if_ether.h which is included by osdep_service.h, so remove the redundant definition from ieee80211.h. osdep_service.h:33:#include <linux/etherdevice.h> etherdevice.h:25:#include <linux/if_ether.h> 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/ieee80211.h b/drivers/staging/rtl8188eu/include/ieee80211.h
index c60b833ca110..d43aa4304ca5 100644
--- a/drivers/staging/rtl8188eu/include/ieee80211.h
+++ b/drivers/staging/rtl8188eu/include/ieee80211.h
@@ -14,7 +14,6 @@
#define MGMT_QUEUE_NUM 5
-#define ETH_ALEN 6
#define ETH_TYPE_LEN 2
#define PAYLOAD_TYPE_LEN 1