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

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)