From: Javier Cardona Date: Tue, 9 Aug 2011 23:45:06 +0000 (-0700) Subject: mac80211: mesh locking fixes X-Git-Tag: v3.2-rc1~129^2~353^2^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6965c44e981214c7483e020106a30a869411231;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed