|
@@ -480,7 +480,7 @@ PXENV_EXIT_t pxenv_undi_get_iface_info ( struct s_PXENV_UNDI_GET_IFACE_INFO
|
480
|
480
|
* Most PXE stacks seem to take this approach.
|
481
|
481
|
*/
|
482
|
482
|
snprintf ( ( char * ) undi_get_iface_info->IfaceType,
|
483
|
|
- sizeof ( undi_get_iface_info->IfaceType ), "Etherboot" );
|
|
483
|
+ sizeof ( undi_get_iface_info->IfaceType ), "gPXE" );
|
484
|
484
|
undi_get_iface_info->LinkSpeed = 10000000; /* 10 Mbps */
|
485
|
485
|
undi_get_iface_info->ServiceFlags = 0;
|
486
|
486
|
memset ( undi_get_iface_info->Reserved, 0,
|