Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327399
b: refs/heads/master
c: 0f48917
h: refs/heads/master
i:
  327397: f53c295
  327395: 99aa985
  327391: 3ceb893
v: v3
  • Loading branch information
Haiyang Zhang authored and David S. Miller committed Aug 9, 2012
1 parent 350f172 commit 3226347
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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: 1fb9489bf190ce2b3fc03891f3de4b2d30600e28
refs/heads/master: 0f48917b93414a9c306a834b1b93307383956f44
8 changes: 7 additions & 1 deletion trunk/drivers/net/hyperv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@ struct rndis_request {
/* Simplify allocation by having a netvsc packet inline */
struct hv_netvsc_packet pkt;
struct hv_page_buffer buf;
/* FIXME: We assumed a fixed size request here. */

struct rndis_message request_msg;
/*
* The buffer for the extended info after the RNDIS message. It's
* referenced based on the data offset in the RNDIS message. Its size
* is enough for current needs, and should be sufficient for the near
* future.
*/
u8 ext[100];
};

Expand Down

0 comments on commit 3226347

Please sign in to comment.