mac80211_hwsim: use CLOCK_MONOTONIC_RAW
authorJohannes Berg <johannes.berg@intel.com>
Mon, 18 Nov 2013 16:23:26 +0000 (17:23 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Dec 2013 10:51:49 +0000 (11:51 +0100)
commit1d940aaab881b0ee62557ffbaad877ac5a1b51db
tree5031936c6541972205b990e2fa3f2118f3ba94e6
parent01e0daa43f129fc1a6bc6f1197343c0293af866d
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>
drivers/net/wireless/mac80211_hwsim.c