commit | 65e8d5b8cbff766628dad7d366986676f18b1e89 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Apr 19 12:18:19 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Apr 22 15:31:47 2013 +0200 |
tree | 37c419fe76204707e4bb18578ab535c7b94ce4d7 | |
parent | a42c74ee608a424342ef7069ccddf196d873040c [diff] |
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 <johannes.berg@intel.com>