Resend a packet if we got the wrong buffer in status.
This commit is contained in:
parent
46ecfc49b6
commit
2f1071d57e
3 changed files with 20 additions and 7 deletions
|
@ -139,6 +139,7 @@ struct grub_net_card
|
|||
{
|
||||
struct grub_efi_simple_network *efi_net;
|
||||
grub_efi_handle_t efi_handle;
|
||||
grub_size_t last_pkt_size;
|
||||
};
|
||||
#endif
|
||||
void *data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue