From: Bob Copeland Date: Sun, 15 Feb 2009 17:06:10 +0000 (-0500) Subject: ath5k: use spin_lock_irqsave for beacon lock X-Git-Tag: v2.6.30-rc1~662^2~460^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5f03956c56d72ad336e5c2c42a025f25d952c30;p=pandora-kernel.git ath5k: use spin_lock_irqsave for beacon lock ath5k_reset can be called from process context, which in turn can call ath5k_beacon_config which takes the sc->block spinlock. Since it can also be taken in hard irq context, use spin_lock_irqsave everywhere. This fixes a potential deadlock in adhoc mode. Changes-licensed-under: 3-Clause-BSD Cc: stable@kernel.org Signed-off-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed