diff options
Diffstat (limited to 'net/irda/irlan/irlan_common.c')
-rw-r--r-- | net/irda/irlan/irlan_common.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/irda/irlan/irlan_common.c b/net/irda/irlan/irlan_common.c index 75bb6a9dcaaa..9a1cd87e7142 100644 --- a/net/irda/irlan/irlan_common.c +++ b/net/irda/irlan/irlan_common.c | |||
@@ -54,13 +54,6 @@ | |||
54 | #include <net/irda/irlan_filter.h> | 54 | #include <net/irda/irlan_filter.h> |
55 | 55 | ||
56 | 56 | ||
57 | /* | ||
58 | * Send gratuitous ARP when connected to a new AP or not. May be a clever | ||
59 | * thing to do, but for some reason the machine crashes if you use DHCP. So | ||
60 | * lets not use it by default. | ||
61 | */ | ||
62 | #undef CONFIG_IRLAN_SEND_GRATUITOUS_ARP | ||
63 | |||
64 | /* extern char sysctl_devname[]; */ | 57 | /* extern char sysctl_devname[]; */ |
65 | 58 | ||
66 | /* | 59 | /* |
@@ -393,9 +386,6 @@ static void irlan_connect_confirm(void *instance, void *sap, | |||
393 | /* Ready to transfer Ethernet frames */ | 386 | /* Ready to transfer Ethernet frames */ |
394 | netif_start_queue(self->dev); | 387 | netif_start_queue(self->dev); |
395 | self->disconnect_reason = 0; /* Clear reason */ | 388 | self->disconnect_reason = 0; /* Clear reason */ |
396 | #ifdef CONFIG_IRLAN_SEND_GRATUITOUS_ARP | ||
397 | irlan_eth_send_gratuitous_arp(&self->dev); | ||
398 | #endif | ||
399 | wake_up_interruptible(&self->open_wait); | 389 | wake_up_interruptible(&self->open_wait); |
400 | } | 390 | } |
401 | 391 | ||