From: Hayes Wang <hayeswang@xxxxxxxxxxx> Date: Fri, 7 Nov 2014 17:55:11 +0800 > Submit all the rx buffers, even though a error occurs. Otherwise > the buffers which are not submitted would be lost until next > rtl_start_rx() is called. Besides, the fail buffer could be > re-submitted later. > > Signed-off-by: Hayes Wang <hayeswang@xxxxxxxxxxx> Does this even work? If you leave a hole in the ring, the device is going to stop there anyways. So better to replenish the next time you call into this function rather than leaving gaps in your receive ring. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html