commit | f6337c771126420c348b702e012262cfb5f0d56e | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Mon May 10 18:32:04 2010 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Jul 21 10:39:04 2010 -0700 |
tree | a748aab2aa766c3e22fb55de6b863c1b114da686 | |
parent | 0b31c85ce78d3646ac1e90d62969e7cd8cfd8b15 [diff] |
Bluetooth: Fix drop of packets with invalid req_seq/tx_seq 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>