From: Bob Copeland Date: Fri, 18 Jul 2008 15:11:21 +0000 (-0400) Subject: ath5k: fix recursive locking in ath5k_beacon_update X-Git-Tag: v2.6.27-rc2~119^2~6^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc05116ab33d30342e2b4b1bcc6d6e1184e9df97;p=pandora-kernel.git ath5k: fix recursive locking in ath5k_beacon_update ath5k_beacon_update takes sc->lock upon entry. However, it is only called from within ath5k_config_interface, which already holds the lock. Remove the unnecessary locking from ath5k_beacon_update. Signed-off-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed