From: Andrzej Kaczmarek Date: Wed, 4 Jan 2012 11:10:41 +0000 (+0100) Subject: Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket X-Git-Tag: v3.3-rc6~36^2~26^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a63752552b95624a9f1dfa3d763870f72f964ad0;p=pandora-kernel.git Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket sk_sndtime value should be specified in jiffies thus initial value needs to be converted from miliseconds. Otherwise this timeout is unreliable when CONFIG_HZ is not set to 1000. Signed-off-by: Andrzej Kaczmarek Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed