From: Thomas Pedersen Date: Wed, 2 Jan 2013 22:55:17 +0000 (-0800) Subject: mac80211_hwsim: hrtimer beacon X-Git-Tag: v3.9-rc1~139^2~242^2^2~46^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e59e467ecf976c782eecd4dc99644802cc60e2;p=pandora-kernel.git mac80211_hwsim: hrtimer beacon For testing various timing-sensitive protocols (power save, MBCA, etc.), a beacon accuracy of jiffies is not sufficient. A tasklet_hrtimer is used for the beacon since it runs the callback in soft-IRQ context with hrtimer resolution. Also handle BSS_CHANGED_BEACON_ENABLED for hwsim. Signed-off-by: Thomas Pedersen [simplify timer container_of] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed