From: Johannes Berg Date: Wed, 18 Dec 2013 18:44:59 +0000 (+0100) Subject: mac80211: remove unnecessary iflist_mtx locking X-Git-Tag: v3.14-rc1~94^2~238^2^2~84^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6924d0138acdf5026ee4463134d98e139fe025a2;p=pandora-kernel.git mac80211: remove unnecessary iflist_mtx locking The radar detection code changed a few times, and due to the changes some iflist_mtx locking stayed in that isn't actually necessary - remove it. One version of the code needed it because an AP interface's VLAN list was changed to use this, but then we moved the list handling outside of the chanctx handling and thus the locking was no longer needed. Tested-by: Simon Wunderlich Signed-off-by: Johannes Berg --- Reading git-diff-tree failed