wireless: remove cfg80211_reg_mutex
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 21 Oct 2008 07:57:41 +0000 (09:57 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:00:42 +0000 (19:00 -0400)
commitf3b407fba52e1b86ca286ee7c218a4fb00bd29e0
treedf5c4fce124d0792e4a52aa269f42cb734cefb12
parentcf03268e6ed6cfacaa5e32db41ea832c4d10438b
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/core.c
net/wireless/reg.c
net/wireless/reg.h