diff options
author | 2015-03-02 04:54:13 -0500 | |
---|---|---|
committer | 2015-03-04 10:34:13 +0100 | |
commit | cc57ac536a88604824aca1d3c874fd5252f1e867 (patch) | |
tree | 501f217c51bdf4f0ee7b5e7d10d9deec8ba01fc3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mac80211: provide station PMF configuration to driver (diff) | |
download | linux-dev-cc57ac536a88604824aca1d3c874fd5252f1e867.tar.xz linux-dev-cc57ac536a88604824aca1d3c874fd5252f1e867.zip |
mesh_plink: use msecs_to_jiffies for proper time conversion
This is primarily an API consolidation and should make things more readable
it replaces var * HZ / 1000 by msecs_to_jiffies(var) which also handles
corner cases correctly.
There is a change of behavior as e.g. for HZ 100, t * HZ / 1000 will
return 0 for t < 10 but msecs_to_jiffies will return at least 1 always.
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions