Thomas Pedersen
ecccd072b0
mac80211: fix mesh deadlock
...
The patch "cfg80211/mac80211: use cfg80211 wdev mutex in
mac80211" introduced several deadlocks by converting the
ifmsh->mtx to wdev->mtx. Solve these by:
1. drop the cancel_work_sync() in ieee80211_stop_mesh().
Instead make the mesh work conditional on whether the mesh
is running or not.
2. lock the mesh work with sdata_lock() to protect beacon
updates and prevent races with wdev->mesh_id_len or
cfg80211.
Signed-off-by: Thomas Pedersen <thomas@cozybit.com >
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
2013-06-11 13:14:42 +02:00
..
2013-05-02 14:14:04 -07:00
2013-04-22 20:32:51 -04:00
2013-05-02 13:58:12 -04:00
2013-04-25 01:47:58 -04:00
2013-05-01 17:51:54 -07:00
2013-04-07 16:28:00 -04:00
2013-04-30 03:55:20 -04:00
2013-05-01 17:51:54 -07:00
2013-05-03 16:08:58 -04:00
2013-04-23 13:25:51 -04:00
2013-05-01 17:51:54 -07:00
2013-05-02 11:58:41 -05:00
2013-05-08 13:13:30 -07:00
2013-03-22 10:31:16 -04:00
2013-03-17 14:35:13 -04:00
2013-04-07 17:12:01 -04:00
2012-12-16 15:40:50 -08:00
2013-03-25 12:23:41 -04:00
2013-03-28 01:20:42 -04:00
2013-04-08 12:00:16 -04:00
2013-05-08 13:13:30 -07:00
2013-05-01 17:51:54 -07:00
2013-02-27 19:10:24 -08:00
2013-05-01 14:08:52 -07:00
2013-04-22 20:32:51 -04:00
2013-03-27 14:07:04 -04:00
2013-04-07 18:37:01 -04:00
2013-01-11 11:40:01 -08:00
2013-04-07 16:28:01 -04:00
2013-06-11 13:14:42 +02:00
2013-04-30 03:55:20 -04:00
2013-05-01 17:51:54 -07:00
2013-03-08 11:33:51 -05:00
2013-05-01 15:02:42 -04:00
2013-04-25 01:47:58 -04:00
2013-04-30 03:55:20 -04:00
2013-04-30 00:19:11 -04:00
2013-05-03 16:10:33 -04:00
2013-03-22 10:31:16 -04:00
2013-03-08 00:35:44 -05:00
2013-04-22 14:58:14 -04:00
2013-04-07 16:28:02 -04:00
2013-02-21 12:05:51 -08:00
2013-05-01 14:08:52 -07:00
2013-05-01 14:08:52 -07:00
2013-05-10 09:28:55 -07:00
2013-05-06 16:16:52 -04:00
2013-05-01 15:13:49 -04:00
2013-04-30 03:55:20 -04:00
2013-06-04 22:28:23 +02:00
2013-04-09 14:13:35 -04:00
2013-05-02 14:53:12 -07:00
2013-05-01 15:02:42 -04:00
2013-02-10 19:41:08 -05:00
2013-05-11 14:29:11 -07:00
2012-11-18 20:32:45 -05:00