From: Johannes Berg Date: Tue, 21 Oct 2008 07:57:41 +0000 (+0200) Subject: wireless: remove cfg80211_reg_mutex X-Git-Tag: v2.6.29-rc1~581^2~849 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b407fba52e1b86ca286ee7c218a4fb00bd29e0;p=pandora-kernel.git wireless: remove cfg80211_reg_mutex This mutex is wrong, we use cfg80211_drv_mutex (which should possibly be renamed to just cfg80211_mutex) everywhere except in one place, fix that and get rid of the extra mutex. Also get rid of a spurious regulatory_requests list definition. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed