[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9ca0c459d047c72fc459313ad570ecc59cf5d300.camel@perches.com>
Date: Sun, 02 Jun 2019 13:07:30 -0700
From: Joe Perches <joe@...ches.com>
To: Michael Straube <straube.linux@...il.com>,
gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] staging: rtl8188eu: remove redundant definition of
ETH_ALEN
On Sun, 2019-06-02 at 18:35 +0200, Michael Straube wrote:
> ETH_ALEN is defined in linux/if_ether.h which is included by
> osdep_service.h, so remove the redundant definition from ieee80211.h.
[]
> diff --git 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
While you're at it:
neither ETH_TYPE_LEN nor PAYLOAD_TYPE_LEN appear to be used.
Powered by blists - more mailing lists