mirror of https://gitee.com/openkylin/linux.git
Staging: hv: netvsc_drv: Directly invoke the function netvsc_recv_callback()
Directly invoke the function netvsc_recv_callback(). Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
39fb6aab38
commit
a25e1dbe9e
|
@ -352,8 +352,7 @@ static void rndis_filter_receive_data(struct rndis_device *dev,
|
|||
|
||||
pkt->is_data_pkt = true;
|
||||
|
||||
rndis_filter.inner_drv.recv_cb(dev->net_dev->dev,
|
||||
pkt);
|
||||
netvsc_recv_callback(dev->net_dev->dev, pkt);
|
||||
}
|
||||
|
||||
int rndis_filter_receive(struct hv_device *dev,
|
||||
|
|
Loading…
Reference in New Issue