wireless: convert reg_regdb_search_lock to mutex
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 16 Mar 2010 19:40:59 +0000 (15:40 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 30 Mar 2010 19:37:20 +0000 (15:37 -0400)
Stanse discovered that kmalloc is being called with GFP_KERNEL while
holding this spinlock.  The spinlock can be a mutex instead, which also
enables the removal of the unlock/lock around the lock/unlock of
cfg80211_mutex and the call to set_regdom.

Reported-by: Jiri Slaby <jirislaby@gmail.com>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found