linux/drivers/net/wireless/brcm80211
Franky Lin cf04317227 brcmfmac: fix a double spin_unlock_irqrestore issue in dpc
dpc_tl_lock is not acquired in the error handle code for bus down.
But it's unlocked using spin_unlock_irqrestore after finishing task
list walk down. Grab the lock before breaking the loop to avoid a
double unlock.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-05-02 14:02:03 -04:00
..
brcmfmac brcmfmac: fix a double spin_unlock_irqrestore issue in dpc 2012-05-02 14:02:03 -04:00
brcmsmac brcmsmac: "INTERMEDIATE but not AMPDU" only when tracing 2012-04-23 14:57:53 -04:00
brcmutil brcm80211: Use pr_fmt and pr_<level> 2012-01-24 14:21:14 -05:00
include brcm80211: Add and use brcmX_dbg_dump_hex 2012-01-24 14:21:13 -05:00
Kconfig brcm80211: fmac: add USB support for bcm43235/6/8 chipsets 2012-02-22 14:48:53 -05:00
Makefile brcm80211: Use normal DEBUG define 2012-01-24 14:21:13 -05:00