add mtu information
This commit is contained in:
parent
5438143da6
commit
6a1af81a97
5 changed files with 31 additions and 8 deletions
|
@ -97,6 +97,7 @@ struct grub_net_card
|
|||
int opened;
|
||||
unsigned idle_poll_delay_ms;
|
||||
grub_uint64_t last_poll;
|
||||
grub_size_t mtu;
|
||||
union
|
||||
{
|
||||
#ifdef GRUB_MACHINE_EFI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue