Christian Mauderer 0b883f311e ppp: Fix transmitting data
The pppstart expected that a driver write would somehow magically
process all data passed to the write function. Because ppp disables all
buffering that originally has been in termios, that assumption is not
true for all but polled drivers.

With this patch, the pppstart now gets and processes the feedback that
is returned from the driver via rtems_termios_dequeue_characters.

Update #4493
2022-02-10 09:15:58 +01:00
..
2018-04-30 13:42:18 +02:00
2020-02-10 10:44:28 +01:00
2020-04-15 16:32:24 +02:00
2018-09-20 11:23:32 +02:00
2021-06-11 08:39:26 +02:00
2022-02-10 09:15:58 +01:00