projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7237729
)
[ROSE]: ROSE has no ARP
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 12 Sep 2005 21:26:52 +0000
(14:26 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 12 Sep 2005 21:26:52 +0000
(14:26 -0700)
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>
net/rose/rose_dev.c
patch
|
blob
|
history
diff --git
a/net/rose/rose_dev.c
b/net/rose/rose_dev.c
index a8ed9a1d09f9efe2dee89d08893bad4d892bd836..d297af737d1023a41c88f028a8628d91e52bc3eb 100644
(file)
--- a/
net/rose/rose_dev.c
+++ b/
net/rose/rose_dev.c
@@
-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;
}