staging: rtl8188eu: remove redundant definition of ETH_ALEN
authorMichael Straube <straube.linux@gmail.com>
Sun, 2 Jun 2019 16:35:27 +0000 (18:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2019 12:17:01 +0000 (14:17 +0200)
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>
drivers/staging/rtl8188eu/include/ieee80211.h

index c60b833ca110a163f62043754be120bd94a227cf..d43aa4304ca5e04058f28ba9ff518beb6521bace 100644 (file)
@@ -14,7 +14,6 @@
 
 #define MGMT_QUEUE_NUM 5
 
-#define ETH_ALEN       6
 #define ETH_TYPE_LEN           2
 #define PAYLOAD_TYPE_LEN       1