From: Andrew Lunn <and...@lunn.ch> Date: Thu, 24 Nov 2016 00:08:13 +0100
> The mvneta driver advertises it supports IFF_UNICAST_FLT. However, it > actually does not. The hardware probably does support it, but there is > no code to configure the filter. As a quick and simple fix, remove the > flag. This will cause the core to fall back to promiscuous mode. > > Signed-off-by: Andrew Lunn <and...@lunn.ch> > Fixes: b50b72de2f2f ("net: mvneta: enable features before registering the > driver") Applied.