From: Andrzej Kaczmarek Date: Mon, 7 Nov 2011 19:19:04 +0000 (-0200) Subject: Bluetooth: Use miliseconds for L2CAP channel timeouts X-Git-Tag: v3.2-rc3~25^2~49^2^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f668b0ef4399b67e60e4c10a30099d630a6206;p=pandora-kernel.git Bluetooth: Use miliseconds for L2CAP channel timeouts Timers set by __set_chan_timer() should use miliseconds instead of jiffies. Commit 942ecc9c4643db5ce071562e0a23f99464d6b461 updated l2cap_set_timer() so it expects timeout to be specified in msecs instead of jiffies. This makes timeouts unreliable when CONFIG_HZ is not set to 1000. Signed-off-by: Andrzej Kaczmarek Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed