aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv
diff options
context:
space:
mode:
authorHaiyang Zhang <haiyangz@microsoft.com>2012-10-18 07:00:52 -0400
committerDavid S. Miller <davem@davemloft.net>2012-10-21 20:35:40 -0400
commit3fbca4a2fee75ff89be9c5e44a893f89982873ff (patch)
treeeb1199b97161a9d6810c24eee85612d7d047dc96 /drivers/net/hyperv
parent72ec301a27badb11635b08dc845101815abcf4a7 (diff)
hyperv: Remove unnecessary comments in rndis_filter_receive_data()
Checked with Windows networking team, there is only one RNDIS message in each netvsc packet. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Reviewed-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv')
-rw-r--r--drivers/net/hyperv/rndis_filter.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/hyperv/rndis_filter.c b/drivers/net/hyperv/rndis_filter.c
index 928148cc3220..7fdeb528133d 100644
--- a/drivers/net/hyperv/rndis_filter.c
+++ b/drivers/net/hyperv/rndis_filter.c
@@ -363,11 +363,6 @@ static void rndis_filter_receive_data(struct rndis_device *dev,
363 363
364 rndis_pkt = &msg->msg.pkt; 364 rndis_pkt = &msg->msg.pkt;
365 365
366 /*
367 * FIXME: Handle multiple rndis pkt msgs that maybe enclosed in this
368 * netvsc packet (ie TotalDataBufferLength != MessageLength)
369 */
370
371 /* Remove the rndis header and pass it back up the stack */ 366 /* Remove the rndis header and pass it back up the stack */
372 data_offset = RNDIS_HEADER_SIZE + rndis_pkt->data_offset; 367 data_offset = RNDIS_HEADER_SIZE + rndis_pkt->data_offset;
373 368