From 322634787ec7663467a5756517f798ff567c8c11 Mon Sep 17 00:00:00 2001 From: Haiyang Zhang Date: Thu, 9 Aug 2012 08:04:18 +0000 Subject: [PATCH] --- yaml --- r: 327399 b: refs/heads/master c: 0f48917b93414a9c306a834b1b93307383956f44 h: refs/heads/master i: 327397: f53c2952c63146ff1b7124cb92b342ca00323028 327395: 99aa9856bbd55c1ae96dbd33593d07b128f9c8be 327391: 3ceb893ced3d1b06e3992e3b7f395837fe20d021 v: v3 --- [refs] | 2 +- trunk/drivers/net/hyperv/rndis_filter.c | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 03d5fe2e1834..987e1af2a530 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1fb9489bf190ce2b3fc03891f3de4b2d30600e28 +refs/heads/master: 0f48917b93414a9c306a834b1b93307383956f44 diff --git a/trunk/drivers/net/hyperv/rndis_filter.c b/trunk/drivers/net/hyperv/rndis_filter.c index 1e88a1095934..06f8601f32fc 100644 --- a/trunk/drivers/net/hyperv/rndis_filter.c +++ b/trunk/drivers/net/hyperv/rndis_filter.c @@ -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]; };