Re: [PATCH] net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filtering

From: David Miller
Date: Mon May 13 2019 - 13:02:04 EST


From: Corentin Labbe <clabbe@xxxxxxxxxxxx>
Date: Mon, 13 May 2019 13:06:39 +0000

> When adding more MAC address to a dwmac-sun8i interface, the device goes
> directly in promiscuous mode.
> This is due to IFF_UNICAST_FLT missing flag.
>
> So since the hardware support unicast filtering, let's add IFF_UNICAST_FLT.
>
> Fixes: 9f93ac8d4085 ("net-next: stmmac: Add dwmac-sun8i")
> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>

Applied with s/address/addresses/

Thanks.