From: Johannes Berg Date: Sat, 8 Aug 2009 09:03:58 +0000 (+0200) Subject: cfg80211: fix locking for SIWFREQ X-Git-Tag: v2.6.32-rc1~703^2~367^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b181144e6c1c25aaba9b9fc7cc70c95495ecb92;p=pandora-kernel.git cfg80211: fix locking for SIWFREQ "cfg80211: validate channel settings across interfaces" contained a locking bug -- in the managed-mode SIWFREQ call it would end up running into a lock recursion. This fixes it by not checking that particular interface for a channel that it needs to stay on, which is as it should be as that's the interface we're setting the channel for. Reported-by: Reinette Chatre Reported-by: Kalle Valo Signed-off-by: Johannes Berg Tested-by: Kalle Valo Tested-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed