Re: [PATCH net-next 13/14] usbnet: kaweth: Use net_device_stats from struct net_device

2017-04-11 Thread Oliver Neukum
Am Freitag, den 07.04.2017, 10:17 +0200 schrieb Tobias Klauser: > Instead of using a private copy of struct net_device_stats in struct > kaweth_device, use stats from struct net_device. Also remove the now > unnecessary .ndo_get_stats function. > > Cc: linux-usb@vger.kernel.org > Signed-off-by:

[PATCH net-next 13/14] usbnet: kaweth: Use net_device_stats from struct net_device

2017-04-07 Thread Tobias Klauser
Instead of using a private copy of struct net_device_stats in struct kaweth_device, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser --- drivers/net/usb/kaweth.c | 32