Re: [PATCH] stmmac: fix valid numbers of unicast filter entries

From: David Miller
Date: Sun Sep 16 2018 - 18:24:16 EST


From: Jongsung Kim <neidhard.kim@xxxxxxx>
Date: Thu, 13 Sep 2018 18:32:21 +0900

> Synopsys DWC Ethernet MAC can be configured to have 1..32, 64, or
> 128 unicast filter entries. (Table 7-8 MAC Address Registers from
> databook) Fix dwmac1000_validate_ucast_entries() to accept values
> between 1 and 32 in addition.
>
> Signed-off-by: Jongsung Kim <neidhard.kim@xxxxxxx>

Applied, thank you.