bpfc-libs = bpfc-objs = xmalloc.o \ xutils.o \ str.o \ bpf.o \ bpf_lexer.yy.o \ bpf_parser.tab.o \ bpfc.o bpfc-lex = bpf_lexer.yy.o bpfc-yaac = bpf_parser.tab.o script>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2016-11-24 00:08:13 +0100
committerDavid S. Miller <davem@davemloft.net>2016-11-25 19:56:37 -0500
commit97db8afa2ab919fc400fe982f5054060868bdf07 (patch)
tree2396eb1abdd6bea1126f85a8453011c14efda44f
parentfb09c8c524dae2b893aacc9348e876a87b45b697 (diff)
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: Andrew Lunn <andrew@lunn.ch> Fixes: b50b72de2f2f ("net: mvneta: enable features before registering the driver") Signed-off-by: David S. Miller <davem@davemloft.net>