commit | 1d940aaab881b0ee62557ffbaad877ac5a1b51db | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Nov 18 17:23:26 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Dec 02 11:51:49 2013 +0100 |
tree | 5031936c6541972205b990e2fa3f2118f3ba94e6 | |
parent | 01e0daa43f129fc1a6bc6f1197343c0293af866d [diff] |
mac80211_hwsim: use CLOCK_MONOTONIC_RAW The beacon timers really shouldn't use any clock that is subject to adjustments from userspace, particularly not CLOCK_REALTIME. Use CLOCK_MONOTONIC_RAW instead. Signed-off-by: Johannes Berg <johannes.berg@intel.com>