ndis: Add debug support to disable RNDIS Multipacket Feature
authorBadhri Jagan Sridharan <Badhri@google.com>
Thu, 18 Sep 2014 17:48:48 +0000 (10:48 -0700)
committerBadhri Jagan Sridharan <Badhri@google.com>
Thu, 25 Sep 2014 02:00:42 +0000 (19:00 -0700)
commit5cf94796ec67e08d77e0e6d91e19ee2a083228f3
tree73d5de7a7f9b2c82743b1798725672f24afba70b
parentf9039de766187be99eb2e6af45023b8a32dc26b1
ndis: Add debug support to disable RNDIS Multipacket Feature

This change adds module param which allows to disable RNDIS
Multi-packet Feature (Aggregation support in Downlink path)
as this feature is enabled by default.

To disable use this param before moving to RNDIS Composition:
echo 1 > /sys/module/g_android/parameters/rndis_multipacket_dl_disable

Also counts errors as Rx errors if received RNDIS packets are
not following RNDIS message format as those packets are being
discarded.

Change-Id: I764430da78f2204af92e14bb279c11b24c7e4c67
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
drivers/usb/gadget/f_rndis.c
drivers/usb/gadget/u_ether.c