Hi,

If you're having problems using DHCP with IrLAN (will probably crash your
machine), then you should apply the attached patch.

Now I don't have any problems using DHCP with IrLAN!

-- Dag

-- 
   / Dag Brattli                   | The Linux-IrDA Project               /
  // University of Tromsoe, Norway | Infrared communication for Linux    //
 /// http://www.cs.uit.no/~dagb    | http://www.cs.uit.no/linux-irda/   ///

--- linux-2.2.15-pre15/net/irda/irlan/irlan_common.c    Mon Mar 20 09:00:55 2000
+++ linux-2.2.15-pre15-irda/net/irda/irlan/irlan_common.c       Mon Apr  3 10:52:15 
+2000
@@ -456,8 +456,9 @@ void irlan_connect_confirm(void *instanc
 
        /* Ready to transfer Ethernet frames */
        self->dev.tbusy = 0;
-
+#ifdef CONFIG_IRLAN_SEND_GRATUITOUS_ARP
        irlan_eth_send_gratuitous_arp(&self->dev);
+#endif
 }
 
 /*

_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www4.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to