[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: 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
d2ce4bc3 72377291

+1 -1
+1 -1
net/rose/rose_dev.c
··· 149 dev->set_mac_address = rose_set_mac_address; 150 151 /* New-style flags. */ 152 - dev->flags = 0; 153 dev->get_stats = rose_get_stats; 154 }
··· 149 dev->set_mac_address = rose_set_mac_address; 150 151 /* New-style flags. */ 152 + dev->flags = IFF_NOARP; 153 dev->get_stats = rose_get_stats; 154 }