Skip to content

Commit

Permalink
[NETROM]: NET/ROM has no ARP
Browse files Browse the repository at this point in the history
ARP over NET/ROM does not exist so it's obviously not implemented on any
NET/ROM stack, so the NET/ROM interfaces really should default to IFF_NOARP.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
ralfbaechle authored and davem330 committed Sep 12, 2005
1 parent dd8aa40 commit 7237729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/netrom/nr_dev.c
Expand Up @@ -198,7 +198,7 @@ void nr_setup(struct net_device *dev)
dev->set_mac_address = nr_set_mac_address;

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

dev->get_stats = nr_get_stats;
}

0 comments on commit 7237729

Please sign in to comment.