Rndis: Don't request Host to send aggregated RNDIS packets

Currently MaxPacketsPerTransfer is set to 3 due to which
Windows 7 Host is sending aggregated RNDIS packets. RNDIS driver
is not having de-aggregation support and due to that multi-packet
RNDIS data are not getting decoded properly and those packets are
being discarded. This is leading to degradation in TCP UPLINK
throughput. Hence set MaxPacketsPerTransfer to 1 and accordingly
set MaxTransferSize for accepting 1 RNDIS packet.

CRs-Fixed: 392052
Change-Id: I026148165bc41f017cd9580a0641dfcf2a15005b
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
1 file changed