mac80211: pid: replace open-coded msecs_to_jiffies
authorBob Copeland <me@bobcopeland.com>
Sat, 16 Jan 2010 19:36:53 +0000 (14:36 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 19 Jan 2010 21:25:15 +0000 (16:25 -0500)
commit8e9310c1790566ea2de2e8b6e1c04bacbbee648c
treeeb997c22b6521da1062f6d713fd74b99f0381bda
parent1f44780827c6bbbcd1f12d5c6b6ce84f49a96bc0
mac80211: pid: replace open-coded msecs_to_jiffies

Code directly scaling by HZ and rounding can be more efficiently
and clearly performed with msecs_to_jiffies.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rc80211_pid_algo.c