[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5AC67254.1000007@broadcom.com>
Date: Thu, 5 Apr 2018 21:00:36 +0200
From: Arend van Spriel <arend.vanspriel@...adcom.com>
To: Joe Perches <joe@...ches.com>, linux-kernel@...r.kernel.org
Cc: Franky Lin <franky.lin@...adcom.com>,
Hante Meuleman <hante.meuleman@...adcom.com>,
Chi-Hsien Lin <chi-hsien.lin@...ress.com>,
Wright Feng <wright.feng@...ress.com>,
Kalle Valo <kvalo@...eaurora.org>,
linux-wireless@...r.kernel.org,
brcm80211-dev-list.pdl@...adcom.com,
brcm80211-dev-list@...ress.com, netdev@...r.kernel.org
Subject: Re: [PATCH 07/12] brcmfmac: Convert ALLFFMAC to ether_broadcast_addr
On 3/31/2018 9:05 AM, Joe Perches wrote:
> Remove the local ALLFFMAC extern array and use the new global instead.
I stumbled upon this one couple of weeks ago. I moved the definition to
flowring.c although I considered for a moment to pick up the task you
took here valiantly.
> Miscellanea:
>
> o Convert char *mac to const char *mac as it can't be modified
The real reason is off course that your new global is const and thus mac
variable need to be const as well to avoid compiler warning.
I have to agree with Kalle regarding the upstream logistics, but for
what it is worth...
Acked-by: Arend van Spriel <arend.vanspriel@...adcom.com>
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
> drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c | 2 --
> drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.h | 2 --
> drivers/net/wireless/broadcom/brcm80211/brcmfmac/flowring.c | 8 ++++----
> 3 files changed, 4 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists