commit | a6965c44e981214c7483e020106a30a869411231 | [log] [tgz] |
---|---|---|
author | Javier Cardona <javier@cozybit.com> | Tue Aug 09 16:45:06 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Aug 24 13:59:42 2011 -0400 |
tree | cac9c21c2bbbced4f557c2445bd71d8b7d4e9eb1 | |
parent | 86d7f9f35dcc686d57465798201e678040916979 [diff] |
mac80211: mesh locking fixes mesh_queue_preq is invoked invoked from both user (work queue) and softirq (timer) context, so the _bh version of spinlock needs to be used. Also, the mpath->state_lock should be softirq safe as well. Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>