935198e715
If we're out of buffers the UART driver would previously loose sync of where the packet boundaries go, because it was using the buffer itself to store and parse the HCI packet headers. This patch modifies the UART driver to use stack variable for initial header parsing, thereby being able to always determine how many remaining bytes there are and cleanly discard the bytes until the beginning of the next packet. Change-Id: I278f3fc0c983e6a2a6904356ef1af1d25c9f06e4 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> |
||
---|---|---|
.. | ||
bluetooth | ||
console | ||
interrupt_controller | ||
pci | ||
random | ||
serial | ||
timer | ||
defs.objs |