add mtu information

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-07-08 18:49:35 +02:00
parent 5438143da6
commit 6a1af81a97
5 changed files with 31 additions and 8 deletions

View file

@ -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