diff options
author | Andrzej Kaczmarek <[email protected]> | 2012-01-04 12:10:42 +0100 |
---|---|---|
committer | Johan Hedberg <[email protected]> | 2012-02-15 13:09:25 +0200 |
commit | 6e1da683f79a22fafaada62d547138daaa9e3456 (patch) | |
tree | d3502a1dd0a2df2d13e9d53a70042f68381e0ee3 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | a63752552b95624a9f1dfa3d763870f72f964ad0 (diff) |
Bluetooth: l2cap_set_timer needs jiffies as timeout value
After moving L2CAP timers to workqueues l2cap_set_timer expects timeout
value to be specified in jiffies but constants defined in miliseconds
are used. This makes timeouts unreliable when CONFIG_HZ is not set to
1000.
__set_chan_timer macro still uses jiffies as input to avoid multiple
conversions from/to jiffies for sk_sndtimeo value which is already
specified in jiffies.
Signed-off-by: Andrzej Kaczmarek <[email protected]>
Ackec-by: Marcel Holtmann <[email protected]>
Signed-off-by: Johan Hedberg <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions