From: Thomas Pedersen Date: Wed, 2 Jan 2013 22:55:16 +0000 (-0800) Subject: mac80211_hwsim: fix tsf adjustment X-Git-Tag: v3.9-rc1~139^2~242^2^2~46^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45034bfb8c9ecc62db40b438bea7fe728ac8facf;p=pandora-kernel.git mac80211_hwsim: fix tsf adjustment Make hwsim TSF offset adjustments cumulative and relative to the fake PHY TSF. Now adding 1000us, then adding -1000us doesn't result in a tsf_offset of -1000. Also the beacon timestamp can now correctly be expressed as (tsf + data->tsf_offset), which will be done in a later patch. Signed-off-by: Thomas Pedersen Signed-off-by: Johannes Berg --- Reading git-diff-tree failed