staging/rtl8188eu : Remove unused macro definitions.

WLAN_ETHHDR_LEN/WLAN_ETHADDR_LEN/WLAN_ADDR_LEN
 are unused, duplicate or unnecessary, remove.

Signed-off-by: Anish Bhatt <anish@chelsio.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Anish Bhatt 2015-09-09 15:57:07 -07:00 committed by Greg Kroah-Hartman
parent d832fb2641
commit 913336ae09

View file

@ -27,11 +27,7 @@
#endif #endif
#define BIT(x) (1 << (x)) #define BIT(x) (1 << (x))
#define WLAN_ETHHDR_LEN 14
#define WLAN_ETHADDR_LEN 6
#define WLAN_IEEE_OUI_LEN 3 #define WLAN_IEEE_OUI_LEN 3
#define WLAN_ADDR_LEN 6
#define WLAN_CRC_LEN 4 #define WLAN_CRC_LEN 4
#define WLAN_BSSID_LEN 6 #define WLAN_BSSID_LEN 6
#define WLAN_BSS_TS_LEN 8 #define WLAN_BSS_TS_LEN 8
@ -47,7 +43,6 @@
#define WLAN_MIN_ETHFRM_LEN 60 #define WLAN_MIN_ETHFRM_LEN 60
#define WLAN_MAX_ETHFRM_LEN 1514 #define WLAN_MAX_ETHFRM_LEN 1514
#define WLAN_ETHHDR_LEN 14
#define P80211CAPTURE_VERSION 0x80211001 #define P80211CAPTURE_VERSION 0x80211001