Skip to content

Commit

Permalink
hyperv: Remove unnecessary comments in rndis_filter_receive_data()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Haiyang Zhang authored and David S. Miller committed Oct 22, 2012
1 parent 72ec301 commit 3fbca4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/net/hyperv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,6 @@ static void rndis_filter_receive_data(struct rndis_device *dev,

rndis_pkt = &msg->msg.pkt;

/*
* FIXME: Handle multiple rndis pkt msgs that maybe enclosed in this
* netvsc packet (ie TotalDataBufferLength != MessageLength)
*/

/* Remove the rndis header and pass it back up the stack */
data_offset = RNDIS_HEADER_SIZE + rndis_pkt->data_offset;

Expand Down

0 comments on commit 3fbca4a

Please sign in to comment.