Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2ce4bc3 authored by Ralf Baechle's avatar Ralf Baechle Committed by David S. Miller
Browse files

[ROSE]: ROSE has no ARP



ARP over ROSE does not exist so it's obviously not implemented on any
ROSE stack, so the ROSE interfaces really should default to IFF_NOARP.

Signed-off-by: default avatarRalf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 72377291
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,6 +149,6 @@ void rose_setup(struct net_device *dev)
	dev->set_mac_address    = rose_set_mac_address;

	/* New-style flags. */
	dev->flags		= 0;
	dev->flags		= IFF_NOARP;
	dev->get_stats = rose_get_stats;
}