linux-sg2042/drivers/net/hyperv
Haiyang Zhang 5ce58c2f13 hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add()
The vmbus_are_subchannels_present() also involves opening the channels, which
may be too early at this point. Checking for subchannels is not necessary here.
So this patch removes it. Subchannels will be opened when offer messages arrive.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-29 13:15:10 -07:00
..
Kconfig
Makefile
hyperv_net.h hv_netvsc: Implement batching in send buffer 2015-03-29 12:49:55 -07:00
netvsc.c hv_netvsc: Implement batching in send buffer 2015-03-29 12:49:55 -07:00
netvsc_drv.c hv_netvsc: Implement batching in send buffer 2015-03-29 12:49:55 -07:00
rndis_filter.c hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add() 2015-03-29 13:15:10 -07:00