linux/drivers/net/hyperv
Vitaly Kuznetsov 2f5fa6c869 hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
Both rndis_filter_open()/rndis_filter_close() use struct hv_device to
reach to struct netvsc_device only and all callers have it already.
While on it, rename net_device to nvdev in rndis_filter_open() as
net_device is misleading.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-06-05 23:16:36 -04:00
..
Kconfig
Makefile
hyperv_net.h hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}() 2016-06-05 23:16:36 -04:00
netvsc.c hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers 2016-06-05 23:16:35 -04:00
netvsc_drv.c hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}() 2016-06-05 23:16:36 -04:00
rndis_filter.c hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}() 2016-06-05 23:16:36 -04:00