net: meth: Add set_rx_mode hook to fix ICMPv6 neighbor discovery
authorJoshua Kinard <kumba@gentoo.org>
Mon, 26 Dec 2011 19:06:15 +0000 (19:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Dec 2011 18:17:34 +0000 (13:17 -0500)
commitc0d2b8376ae2d74aa862e946a372502603e9066d
tree5ae45fb9c4e1823a43ba5b3082fa68f39e93e864
parent65cb5df51acaa6b1070a81d6c2e0a1535d3a7b8d
net: meth: Add set_rx_mode hook to fix ICMPv6 neighbor discovery

SGI IP32 (O2)'s ethernet driver (meth) lacks a set_rx_mode function, which
prevents IPv6 from working completely because any ICMPv6 neighbor
solicitation requests aren't picked up by the driver.  So the machine can
ping out and connect to other systems, but other systems will have a very
hard time connecting to the O2.

Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/mips/include/asm/ip32/mace.h
drivers/net/ethernet/sgi/meth.c