patch-2.3.99-pre7 linux/net/irda/irlan/irlan_eth.c
Next file: linux/net/lapb/lapb_iface.c
Previous file: linux/net/irda/irlan/irlan_common.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu May  4 11:31:22 2000
-  Orig file: 
v2.3.99-pre6/linux/net/irda/irlan/irlan_eth.c
-  Orig date: 
Mon Mar 27 08:08:34 2000
diff -u --recursive --new-file v2.3.99-pre6/linux/net/irda/irlan/irlan_eth.c linux/net/irda/irlan/irlan_eth.c
@@ -90,7 +90,7 @@
 	 * it, so it can be configured with network parameters
 	 */
 	mgr_event.event = EVENT_IRLAN_START;
-	sprintf(mgr_event.devname, "%s", self->ifname);
+	sprintf(mgr_event.devname, "%s", self->dev.name);
 	irmanager_notify(&mgr_event);
 
 	/* 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)