Eliad Peller
0ab82b04ac
mac80211: fix dynamic-ps/pm_qos magic numbers
...
mac80211 uses pm_qos (/dev/network_latency) in order to determine the
dynamic ps timeout (or disable the dynamic-ps at all in some cases).
commit ff616381 added a comparison for the current network_latency
against one high value (1900ms), and against the default value
(2000sec, rather than the commented 2sec).
however, the representation of 1900ms was incorrect:
1900ms = 1900000us ( != 1900000000 )
fix it by using USEC_TO_MSEC/SEC consts.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-12-07 16:09:13 -05:00
..
2010-11-15 13:26:11 -05:00
2010-11-15 13:26:11 -05:00
2010-11-29 15:30:30 -05:00
2010-10-06 16:30:40 -04:00
2010-12-07 16:09:12 -05:00
2010-09-16 15:46:00 -04:00
2010-11-15 13:24:48 -05:00
2010-12-06 16:01:28 -05:00
2009-12-21 18:38:52 -05:00
2010-11-29 15:30:30 -05:00
2010-11-15 13:24:48 -05:00
2010-11-15 13:24:48 -05:00
2010-11-16 16:37:05 -05:00
2009-08-04 16:43:25 -04:00
2010-11-16 16:37:05 -05:00
2009-07-10 15:01:49 -04:00
2010-10-13 15:45:23 -04:00
2010-11-24 16:19:35 -05:00
2010-12-06 16:01:29 -05:00
2010-12-06 16:01:29 -05:00
2010-12-07 16:09:12 -05:00
2010-11-22 15:48:51 -05:00
2010-10-06 16:30:40 -04:00
2010-03-30 22:02:32 +09:00
2010-12-06 16:01:29 -05:00
2010-06-02 16:12:59 -04:00
2010-12-06 16:01:28 -05:00
2010-12-06 16:01:28 -05:00
2010-10-11 15:04:20 -04:00
2010-12-06 16:01:29 -05:00
2010-12-06 16:01:29 -05:00
2010-12-07 16:09:13 -05:00
2010-09-16 15:46:17 -04:00
2010-10-06 16:30:42 -04:00
2010-11-24 16:19:35 -05:00
2010-06-02 16:12:59 -04:00
2010-10-15 15:53:27 +02:00
2010-09-16 10:33:17 +02:00
2010-11-24 16:19:36 -05:00
2010-06-24 15:42:18 -04:00
2010-07-26 15:09:04 -04:00
2010-03-10 17:44:23 -05:00
2010-03-30 22:02:32 +09:00
2010-10-23 11:47:02 -07:00
2010-12-07 16:09:12 -05:00
2010-10-07 14:41:27 -04:00
2009-12-21 18:38:52 -05:00
2010-12-07 16:09:12 -05:00
2010-12-07 16:09:12 -05:00
2010-12-06 15:58:44 -05:00
2010-07-08 16:35:50 -04:00
2010-07-08 16:35:50 -04:00
2010-12-06 15:58:43 -05:00
2010-11-17 16:19:33 -05:00
2010-10-11 15:04:23 -04:00
2010-07-08 16:35:50 -04:00
2010-11-17 16:19:31 -05:00
2010-01-05 16:21:40 -05:00
2010-11-29 15:24:35 -05:00
2010-09-27 15:57:54 -04:00