Bluetooth: ERTM timeouts need to be converted to jiffies
authorMat Martineau <mathewm@codeaurora.org>
Wed, 29 Jun 2011 21:35:21 +0000 (14:35 -0700)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 30 Jun 2011 21:25:43 +0000 (18:25 -0300)
commit942ecc9c4643db5ce071562e0a23f99464d6b461
treef81de547f9206ffe749b4b9bf75d2a7864757d71
parent774e5651460ee7c688914fd76b6caa1675de355c
Bluetooth: ERTM timeouts need to be converted to jiffies

ERTM timeouts are defined in milliseconds, but need to be converted
to jiffies when passed to mod_timer().

Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c