[RFC][PATCH v2] usb: gadget: u_ether: Fix data stall issue in RNDIS tethering mode

2016-02-08 Thread Amit Pundir
From: Badhri Jagan Sridharan For dual speed gadget, with current no. of request(10), there is possibility of corner case occurrence where all 10 requests are queued to HW without setting IOC bit, which could lead to data stall in RNDIS tethering and RNDIS local networking. With this patch,

[RFC][PATCH v2] usb: gadget: u_ether: Fix data stall issue in RNDIS tethering mode

2016-02-08 Thread Amit Pundir
From: Badhri Jagan Sridharan For dual speed gadget, with current no. of request(10), there is possibility of corner case occurrence where all 10 requests are queued to HW without setting IOC bit, which could lead to data stall in RNDIS tethering and RNDIS local networking.