[NETROM]: NET/ROM has no ARP

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>

authored by

Ralf Baechle and committed by
David S. Miller
72377291 dd8aa404

+1 -1
+1 -1
net/netrom/nr_dev.c
··· 198 198 dev->set_mac_address = nr_set_mac_address; 199 199 200 200 /* New-style flags. */ 201 - dev->flags = 0; 201 + dev->flags = IFF_NOARP; 202 202 203 203 dev->get_stats = nr_get_stats; 204 204 }