Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249688
b: refs/heads/master
c: 9dbfd15
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent 8bcaefe commit f300465
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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: e3f8a80efbf8a857fd26b5154c66b3fb614e5bbd
refs/heads/master: 9dbfd1509e59b16bc83e0835f52e1b05a9e54212
7 changes: 7 additions & 0 deletions trunk/drivers/staging/hv/hyperv_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,13 @@ struct rndis_message {
union rndis_message_container msg;
};


struct rndis_filter_packet {
void *completion_ctx;
void (*completion)(void *context);
struct rndis_message msg;
};

/* Handy macros */

/* get the size of an RNDIS message. Pass in the message type, */
Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/staging/hv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ struct rndis_request {
struct rndis_message request_msg;
};


struct rndis_filter_packet {
void *completion_ctx;
void (*completion)(void *context);
struct rndis_message msg;
};


static void rndis_filter_send_completion(void *ctx);

static void rndis_filter_send_request_completion(void *ctx);
Expand Down

0 comments on commit f300465

Please sign in to comment.