mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 20:09:53 +03:00
Add "name" field to network device, to facilitate netdev commands.
This commit is contained in:
@@ -41,7 +41,7 @@ void autoboot ( void ) {
|
||||
}
|
||||
|
||||
if ( ( rc = netdev_open ( netdev ) ) != 0 ) {
|
||||
printf ( "Could not open %s: %s\n", netdev_name ( netdev ),
|
||||
printf ( "Could not open %s: %s\n", netdev->name,
|
||||
strerror ( rc ) );
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user