linux/drivers/net/wireless/wl12xx
Ido Yariv f3df1331f2 wl12xx: Acquire lock before stopping plt
__wl1271_plt_stop is called from both wl1271_plt_stop and
wl1271_unregister_hw. While wl1271_plt_stop acquires a mutex,
wl1271_unregister_hw does not.

Fix this by calling wl1271_plt_stop instead of __wl1271_plt_stop from
wl1271_unregister_hw.

Signed-off-by: Ido Yariv <ido@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
2012-02-15 08:38:28 +02:00
..
acx.c wl12xx: remove deprecated packet detection threshold config 2011-12-15 09:58:42 +02:00
acx.h wl12xx: remove deprecated packet detection threshold config 2011-12-15 09:58:42 +02:00
boot.c wl12xx: Check buffer bound when processing nvs data 2011-12-01 15:55:42 +02:00
boot.h
cmd.c wl12xx: flush packets before stopping dev role 2011-12-20 22:30:14 +02:00
cmd.h wl12xx: couple role_start_dev with roc 2011-11-08 15:36:45 +02:00
conf.h wl12xx: set scan probe requests rate according to the no_cck flag 2011-11-08 15:50:09 +02:00
debug.h
debugfs.c wl12xx: alloc buffer in driver_state_read to prevent compilation warning 2011-12-15 16:11:29 +02:00
debugfs.h
event.c wl12xx: mark no sched scan only after FW event 2011-12-20 22:30:16 +02:00
event.h
ini.h
init.c wl12xx: remove deprecated packet detection threshold config 2011-12-15 09:58:42 +02:00
init.h wl12xx: remove deprecated packet detection threshold config 2011-12-15 09:58:42 +02:00
io.c
io.h
Kconfig
main.c wl12xx: Acquire lock before stopping plt 2012-02-15 08:38:28 +02:00
Makefile wl12xx: enable sparse endianess check by default 2012-02-15 08:38:27 +02:00
ps.c wl12xx: make WL1271_FLAG_IDLE flag per-vif 2011-12-20 22:30:14 +02:00
ps.h
reg.h wl12xx: increase firmware upload chunk size 2011-11-08 15:36:53 +02:00
rx.c wl12xx: don't write out of bounds when hlid > WL12XX_MAX_LINKS 2011-12-15 09:58:41 +02:00
rx.h
scan.c wl12xx: mark no sched scan only after FW event 2011-12-20 22:30:16 +02:00
scan.h
sdio.c wl12xx: fix SDIO suspend/resume 2011-11-08 16:00:35 +02:00
spi.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into wl12xx-next 2011-12-01 12:14:48 +02:00
testmode.c wl12xx: Restore testmode ABI 2011-12-15 09:58:41 +02:00
testmode.h
tx.c wl12xx: use ieee80211_free_txskb() 2011-12-15 09:58:42 +02:00
tx.h
wl12xx_80211.h wl12xx: init CMD_TEMPL_KLV to sizeof(ieee80211_qos_hdr) 2011-12-01 15:55:49 +02:00
wl12xx_platform_data.c wl12xx: add missing copyright notice 2011-12-20 22:30:15 +02:00
wl12xx.h wl12xx: make WL1271_FLAG_IDLE flag per-vif 2011-12-20 22:30:14 +02:00