Re: [PATCH 2/9] ax88179_178a: Add HW support for AX179A-based chips
From: Birger Koblitz
Date: Wed Jul 08 2026 - 14:42:53 EST
Thanks for reviewing the patch-series, Paolo!
Fixed in v2.
Does not build successfully:
../drivers/net/usb/ax88179_178a.c: In function ‘ax88179_reset’:
../drivers/net/usb/ax88179_178a.c:2376:33: error: ‘AX_VLAN_CONTROL_VFE’
undeclared (first use in this function)
2376 | *tmp |= AX_VLAN_CONTROL_VFE;
Full log here:
https://netdev-ctrl.bots.linux.dev/logs/build/1119419/14655119/build_32bit/stderr
Side process note: the patch series shoudl include the target tree
('net-next' in this case).
Sorry about that. v2 will be sent out with correct prefix.
Birger