commit | 01e59e467ecf976c782eecd4dc99644802cc60e2 | [log] [tgz] |
---|---|---|
author | Thomas Pedersen <thomas@cozybit.com> | Wed Jan 02 14:55:17 2013 -0800 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jan 04 13:58:01 2013 +0100 |
tree | c7810d37aad6404bc23500520e4e161868edc5df | |
parent | 45034bfb8c9ecc62db40b438bea7fe728ac8facf [diff] |
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 <thomas@cozybit.com> [simplify timer container_of] Signed-off-by: Johannes Berg <johannes.berg@intel.com>