Akihiko Odaki 85427bf388 net/eth: Use void pointers
The uses of uint8_t pointers were misleading as they are never accessed
as an array of octets and it even require more strict alignment to
access as struct eth_header.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2023-05-23 15:20:15 +08:00
..
2022-04-20 10:51:11 -07:00
2023-05-23 15:20:15 +08:00
2020-12-15 10:02:07 -05:00
2021-03-15 16:41:22 +08:00