Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249681
b: refs/heads/master
c: 0652aeb
h: refs/heads/master
i:
  249679: 35733c1
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent 02e2651 commit c5de828
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 5fcc411519d14ad1c327504586044fc2bb4669ce
refs/heads/master: 0652aebc5a4dffb0ee2bf0c4c71f8595402af46d
3 changes: 3 additions & 0 deletions trunk/drivers/staging/hv/hyperv_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ int rndis_filter_receive(struct hv_device *dev,



int rndis_filter_send(struct hv_device *dev,
struct hv_netvsc_packet *pkt);

#define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF)

#define NVSP_PROTOCOL_VERSION_1 2
Expand Down
5 changes: 1 addition & 4 deletions trunk/drivers/staging/hv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ struct rndis_filter_packet {
};


static int rndis_filter_send(struct hv_device *dev,
struct hv_netvsc_packet *pkt);

static void rndis_filter_send_completion(void *ctx);

static void rndis_filter_send_request_completion(void *ctx);
Expand Down Expand Up @@ -822,7 +819,7 @@ int rndis_filter_close(struct hv_device *dev)
return rndis_filter_close_device(netDevice->extension);
}

static int rndis_filter_send(struct hv_device *dev,
int rndis_filter_send(struct hv_device *dev,
struct hv_netvsc_packet *pkt)
{
int ret;
Expand Down

0 comments on commit c5de828

Please sign in to comment.