Limit idle polling frequency
This commit is contained in:
parent
c3bf5267b0
commit
d1831ca48a
3 changed files with 12 additions and 1 deletions
|
@ -95,6 +95,8 @@ struct grub_net_card
|
|||
grub_net_card_flags_t flags;
|
||||
int num_ifaces;
|
||||
int opened;
|
||||
unsigned idle_poll_delay_ms;
|
||||
grub_uint64_t last_poll;
|
||||
union
|
||||
{
|
||||
#ifdef GRUB_MACHINE_EFI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue