e1000x: Alter the signature of e1000x_is_vlan_packet
commitd921db0ae937cfa5935ae505f3c77a46dd505265
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 23 Feb 2023 10:20:04 +0000 (23 19:20 +0900)
committerJason Wang <jasowang@redhat.com>
Fri, 10 Mar 2023 07:35:38 +0000 (10 15:35 +0800)
tree6cef28ee277052d12f9ae4b4b6b28c09aff830e3
parentf9a9eb16e2f19754ae32994c8c62a5b1d5dc2169
e1000x: Alter the signature of e1000x_is_vlan_packet

e1000x_is_vlan_packet() had a pointer to uint8_t as a parameter, but
it does not have to be uint8_t. Change the type to void *.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000x_common.c
hw/net/e1000x_common.h