projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ec301
)
hyperv: Remove unnecessary comments in rndis_filter_receive_data()
author
Haiyang Zhang
<
[email protected]
>
Thu, 18 Oct 2012 11:00:52 +0000
(11:00 +0000)
committer
David S. Miller
<
[email protected]
>
Mon, 22 Oct 2012 00:35:40 +0000
(20:35 -0400)
Checked with Windows networking team, there is only one RNDIS message
in each netvsc packet.
Signed-off-by: Haiyang Zhang <
[email protected]
>
Reviewed-by: K. Y. Srinivasan <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/hyperv/rndis_filter.c
patch
|
blob
|
history
diff --git
a/drivers/net/hyperv/rndis_filter.c
b/drivers/net/hyperv/rndis_filter.c
index 928148cc32207a90da8cf173258c0ef8cc2b7e36..7fdeb528133d0b5374bd02e2ebf25a0a5ef6843d 100644
(file)
--- 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,
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;