altos: When slave mode first starts, accept any packet
authorKeith Packard <keithp@keithp.com>
Thu, 25 Oct 2012 06:52:49 +0000 (23:52 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 25 Oct 2012 07:07:14 +0000 (00:07 -0700)
commit097c931c979d3652ef8e279ba66bb7ce758f37a3
tree0f857a9e07f6cc59b3252dc9d7e665891bbdfeb3
parent978c16105dd334a4a2807140dbbcc7f306a6b581
altos: When slave mode first starts, accept any packet

This eliminates the packet sequence matching for the first packet,
allowing outstanding send data to arrive from the master instead of
ignoring packets with data until they match the seqno

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_packet.h
src/drivers/ao_packet.c
src/drivers/ao_packet_slave.c