alistair23-linux/drivers/net/hyperv
stephen hemminger bc1f44709c net: make ndo_get_stats64 a void function
The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-08 17:51:44 -05:00
..
hyperv_net.h net: use core MTU range checking in virt drivers 2016-10-20 14:51:09 -04:00
Kconfig
Makefile
netvsc.c hv_netvsc: remove excessive logging on MTU change 2016-11-29 20:50:07 -05:00
netvsc_drv.c net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
rndis_filter.c hv_netvsc: remove excessive logging on MTU change 2016-11-29 20:50:07 -05:00