[PATCH net-next v2 2/2] r8152: adjust rtl_start_rx

2014-11-18 Thread Hayes Wang
If there is a error for r8152_submit_rx(), add the remaining rx buffers to the list. Then the remaining rx buffers could be submitted later. Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/net/usb/r8152.c

[PATCH net-next v2 2/2] r8152: adjust rtl_start_rx

2014-11-18 Thread Hayes Wang
If there is a error for r8152_submit_rx(), add the remaining rx buffers to the list. Then the remaining rx buffers could be submitted later. Signed-off-by: Hayes Wang hayesw...@realtek.com --- drivers/net/usb/r8152.c | 19 +++ 1 file changed, 19 insertions(+) diff --git