From: Arend van Spriel Date: Thu, 9 Feb 2012 20:09:07 +0000 (+0100) Subject: brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event() X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf44066a3836847a74f6a0817c680726b796239f;p=pandora-kernel.git brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event() This function is executed within irq context. The call spin_unlock_irq does enable interrupts which is not desired in the irq context. This patch replaces them using the spin_loc_irqsave and spin_unlock_irqrestore functions. Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Kan Yan Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed