commit | 8b5b6f5413e97c3e8bafcdd67553d508f4f698cd | [log] [tgz] |
---|---|---|
author | Lucas Stach <dev@lynxeye.de> | Wed Jan 16 04:24:07 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 18 14:13:29 2013 -0500 |
tree | fb90f82d9232e927f0656f3cb9cb0226e030c31c | |
parent | 5620df65d81292c5fb1beba8d380ef58cd98b53f [diff] |
net: asix: handle packets crossing URB boundaries ASIX AX88772B started to pack data even more tightly. Packets and the ASIX packet header may now cross URB boundaries. To handle this we have to introduce some state between individual calls to asix_rx_fixup(). Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: David S. Miller <davem@davemloft.net>