Bluetooth: Fix drop of packets with invalid req_seq/tx_seq
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 10 May 2010 21:32:04 +0000 (18:32 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 21 Jul 2010 17:39:04 +0000 (10:39 -0700)
We shall not use an unsigned var since we are expecting negatives value
there. Using unsigned causes ERTM connection to close due to invalid
ReqSeq numbers.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

No differences found