commit | a470d9deba34e108384fcfde8fe92f3b0f7a30cc | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Fri Jun 26 22:22:29 2020 +0200 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Jul 02 08:25:12 2020 -0500 |
tree | d64f432db406884d6c782ce4594debbdf33a3600 | |
parent | 6b72fbae7c4f6bf21de0c6f109070bb76969e1d0 [diff] |
net: ppp: fix consuming claimed area of ringbuf Claimed ringbuf bytes were parsed until first frame was detected, but remaining data in the claimed area was just ignored / lost. Continue parsing bytes to the end of claimed area after each detected frame. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>