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)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 11 Jul 2011 18:59:26 +0000 (11:59 -0700)
commit6e35f04700b3ecc4f2b188f7d942eb3cf96a1e4e
treeaeb9a2b6899032963251616321c7f49191a3615e
parent783db135d9729b43fea094001f242cde34a185dd
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