summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2022-02-25 13:08:43 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-02-25 14:01:06 +0100
commit83ba9a33b56673263981d5633fd6a96d83dabc21 (patch)
tree5750c9699f38f90d87f90f5d5f3c61416ba2680e /drivers
parentstaging: r8188eu: remove update_bcn_p2p_ie() (diff)
downloadlinux-83ba9a33b56673263981d5633fd6a96d83dabc21.tar.xz
linux-83ba9a33b56673263981d5633fd6a96d83dabc21.zip
staging: r8188eu: remove ETH_ALEN from ieee80211.h
The definition of ETH_ALEN in ieee80211.h is redundant as it is an in-kernel constant. Remove it. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20220225120843.10674-5-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/r8188eu/include/ieee80211.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/ieee80211.h b/drivers/staging/r8188eu/include/ieee80211.h
index 1793b99feb9f..3a860e132cbd 100644
--- a/drivers/staging/r8188eu/include/ieee80211.h
+++ b/drivers/staging/r8188eu/include/ieee80211.h
@@ -11,7 +11,6 @@
#define MGMT_QUEUE_NUM 5
-#define ETH_ALEN 6
#define ETH_TYPE_LEN 2
#define PAYLOAD_TYPE_LEN 1