Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249683
b: refs/heads/master
c: 0ec6ff4
h: refs/heads/master
i:
  249681: c5de828
  249679: 35733c1
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent c883ac2 commit eee6f17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55acb696a8d43ff37cc5e30837bd8e635aff2ba9
refs/heads/master: 0ec6ff401148f4bfdfde9ac2761045a484eacb56
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ static int rndis_filter_send_request(struct rndis_device *dev,
rndis_filter_send_request_completion;
packet->completion.send.send_completion_tid = (unsigned long)dev;

ret = rndis_filter.inner_drv.send(dev->net_dev->dev, packet);
ret = netvsc_send(dev->net_dev->dev, packet);
return ret;
}

Expand Down Expand Up @@ -859,7 +859,7 @@ int rndis_filter_send(struct hv_device *dev,
pkt->completion.send.send_completion = rndis_filter_send_completion;
pkt->completion.send.send_completion_ctx = filterPacket;

ret = rndis_filter.inner_drv.send(dev, pkt);
ret = netvsc_send(dev, pkt);
if (ret != 0) {
/*
* Reset the completion to originals to allow retries from
Expand Down

0 comments on commit eee6f17

Please sign in to comment.