From: Gustavo F. Padovan Date: Mon, 10 May 2010 21:32:04 +0000 (-0300) Subject: Bluetooth: Fix drop of packets with invalid req_seq/tx_seq X-Git-Tag: v2.6.36-rc1~571^2~64^2~48^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6337c771126420c348b702e012262cfb5f0d56e;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed