Thomas Pedersen f81a9dedaf mac80211: update mesh beacon on workqueue
Instead of updating the mesh beacon immediately when
requested (which would require the sdata_lock()), defer it
to the mac80211 workqueue.

Fixes yet another deadlock on calling sta_info_flush()
with the sdata_lock() held from ieee80211_stop_mesh(). We
could just drop the sdata_lock() around the
mesh_sta_cleanup() call, but this path is also taken from
several non-locked error paths.

Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
[fix comment position]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-06-18 15:57:27 +02:00
..
2013-02-04 18:57:47 +01:00
2013-02-21 12:05:51 -08:00
2013-02-04 18:57:47 +01:00
2013-06-11 13:14:42 +02:00
2013-02-15 15:46:37 +01:00
2013-02-04 18:57:47 +01:00
2012-06-24 11:33:18 +02:00
2013-06-13 11:58:47 +02:00
2012-03-13 14:54:16 -04:00
2013-02-04 18:57:47 +01:00
2012-06-20 17:35:22 +02:00