]> git.ipfire.org Git - people/ms/linux.git/commit
Drivers: net: hyperv: Get rid of the rndis_filter_packet structure
authorKY Srinivasan <kys@microsoft.com>
Mon, 17 Feb 2014 00:38:43 +0000 (16:38 -0800)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Dec 2015 15:45:30 +0000 (15:45 +0000)
commitf3f885fa684ff18fa4d223dc22b782f5e5d32560
treed9e021863ebd745e3c7f5ae4e889a3ff401b76f8
parent5d7b0fcc26d66db767a477574effc764022c19ac
Drivers: net: hyperv: Get rid of the rndis_filter_packet structure

This structure is redundant; get rid of it make the code little more efficient -
get rid of the unnecessary indirection.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/hyperv_net.h
drivers/net/hyperv/netvsc_drv.c
drivers/net/hyperv/rndis_filter.c