Re: [PATCH 5/9] efi_loader/net: Remove efi_net_obj struct

2025-05-26 Thread Heinrich Schuchardt
On 16.05.25 10:18, Adriano Cordova wrote: As all the protocols moved out of efi_net.c, and EFI net object is just an efi_object struct with network protocols installed on it, so efi_net_obj is not needed anymore. Signed-off-by: Adriano Cordova Acked-by: Heinrich Schuchardt --- include/ef

[PATCH 5/9] efi_loader/net: Remove efi_net_obj struct

2025-05-16 Thread Adriano Cordova
As all the protocols moved out of efi_net.c, and EFI net object is just an efi_object struct with network protocols installed on it, so efi_net_obj is not needed anymore. Signed-off-by: Adriano Cordova --- include/efi_loader.h| 2 +- lib/efi_loader/net/efi_net.c|