From: Johannes Berg Date: Fri, 19 Apr 2013 10:18:19 +0000 (+0200) Subject: cfg80211: fix P2P-Device stop locking X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~43^2^2~61^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e8d5b8cbff766628dad7d366986676f18b1e89;p=pandora-kernel.git cfg80211: fix P2P-Device stop locking cfg80211_stop_p2p_device() requires the devlist_mtx to be held, but nl80211_stop_p2p_device() doesn't acquire it which is a locking error and causes a warning (when lockdep is enabled). Fix this. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed