Resend a packet if we got the wrong buffer in status.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-17 13:33:16 +01:00
parent 46ecfc49b6
commit 2f1071d57e
3 changed files with 20 additions and 7 deletions

View file

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