Skip to content
Commit 97db8afa authored by Andrew Lunn's avatar Andrew Lunn Committed by David S. Miller
Browse files

net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implemented



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: default avatarAndrew Lunn <andrew@lunn.ch>
Fixes: b50b72de

 ("net: mvneta: enable features before registering the driver")
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fb09c8c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment