Re: [PATCH net-next v4 06/12] ax88179_178a: Add VLAN offload support for AX88179A
From: Birger Koblitz
Date: Sun Aug 02 2026 - 12:26:10 EST
On 02/08/2026 17:25, Andrew Lunn wrote:
Fixed in v5.+static int ax88179a_set_features(struct net_device *net, netdev_features_t features)
+{
+ u8 tmp;
+ int ret;
+ struct usbnet *dev = netdev_priv(net);
+ netdev_features_t changed = net->features ^ features;
This however is new code, so should be correct.