linux/drivers/net/wireless/wl12xx
Eliad Peller 73ecce31fe wl12xx: implement cancel_hw_scan() callback
After implementing cancel_hw_scan(), there is no more need to
flush scan_complete_work on suspend.

scan_complete_work enqueues a new scan_work, that might lead
to the following warning (if the device was already suspended):

WARNING: at drivers/mmc/core/core.c:169 mmc_wait_for_req+0x1ac/0x2c8()
Backtrace:
[<c004b50c>] (dump_backtrace+0x0/0x110)
[<c04fda50>] (dump_stack+0x0/0x1c)
[<c008f700>] (warn_slowpath_common+0x0/0x6c)
[<c008f76c>] (warn_slowpath_null+0x0/0x2c)
[<c034b058>] (mmc_wait_for_req+0x0/0x2c8)
[<c034f804>] (mmc_io_rw_extended+0x0/0x1e4)
[<c0350b5c>] (sdio_io_rw_ext_helper+0x0/0x1ac)
[<c0350e00>] (sdio_memcpy_fromio+0x0/0x2c)
[<bf194464>] (wl1271_sdio_raw_read+0x0/0x1bc [wl12xx_sdio])
[<bf15ac14>] (wl1271_cmd_wait_for_event_or_timeout+0x0/0x19c [wl12xx])
[<bf15adb0>] (wl1271_cmd_wait_for_event+0x0/0x30 [wl12xx])
[<bf15b7dc>] (wl1271_cmd_disconnect+0x0/0x14c [wl12xx])
[<bf158fd0>] (wl1271_unjoin+0x0/0x48 [wl12xx])
[<bf159070>] (wl1271_op_config+0x0/0x490 [wl12xx])
[<bf105084>] (ieee80211_hw_config+0x0/0x14c [mac80211])
[<bf113120>] (ieee80211_recalc_idle+0x0/0x4c [mac80211])
[<bf109a70>] (__ieee80211_scan_completed+0x0/0x1ac [mac80211])
[<bf109fd4>] (ieee80211_scan_work+0x0/0x484 [mac80211])
[<c00a197c>] (worker_thread+0x0/0x1e8)
[<c00a5874>] (kthread+0x0/0x90)

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
2011-07-05 21:50:39 +03:00
..
acx.c wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
acx.h wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
boot.c wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
boot.h wl12xx: move hardcoded hci_io_ds value into the conf struct 2011-04-19 16:49:22 +03:00
cmd.c wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
cmd.h wl12xx: Support routing FW logs to the host 2011-06-27 15:10:56 +03:00
conf.h wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
debugfs.c wl12xx: schedule TX packets according to FW occupancy 2011-07-05 21:33:44 +03:00
debugfs.h
event.c wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
event.h wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
ini.h wl12xx: Add Support for Low Power DRPw (LPD) Mode 2011-06-27 12:50:33 +03:00
init.c wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
init.h wl12xx: AP-mode - reconfigure templates after basic rates change 2011-05-02 10:31:18 +03:00
io.c wl12xx: remove unused crc7 references 2011-06-27 10:15:52 +03:00
io.h wl12xx: Support routing FW logs to the host 2011-06-27 15:10:56 +03:00
Kconfig wl12xx: remove unused crc7 references 2011-06-27 10:15:52 +03:00
main.c wl12xx: implement cancel_hw_scan() callback 2011-07-05 21:50:39 +03:00
Makefile wl12xx_sdio_test: rename files to match current style 2010-12-15 17:09:27 +02:00
ps.c wl12xx: Avoid recovery while one is already in progress 2011-06-27 15:05:15 +03:00
ps.h wl12xx: enter/exit psm on wowlan suspend/resume 2011-05-13 14:55:49 +03:00
reg.h wl12xx: 1281/1283 support - Add Definitions 2011-04-19 16:19:46 +03:00
rx.c wl12xx: Support routing FW logs to the host 2011-06-27 15:10:56 +03:00
rx.h wl12xx: Support routing FW logs to the host 2011-06-27 15:10:56 +03:00
scan.c wl12xx: add stop_scan command 2011-07-05 21:50:39 +03:00
scan.h wl12xx: add stop_scan command 2011-07-05 21:50:39 +03:00
sdio_test.c wl12xx: Clamp byte mode transfers for 128x chips 2011-04-19 16:49:07 +03:00
sdio.c wl12xx: one SDIO initialization is enough 2011-07-05 21:48:12 +03:00
spi.c net: wl12xx: remove unnecessary prints 2011-06-27 10:15:47 +03:00
testmode.c wl12xx: Avoid recovery while one is already in progress 2011-06-27 15:05:15 +03:00
testmode.h
tx.c wl12xx: implement Tx watermarks per AC 2011-07-05 21:33:44 +03:00
tx.h wl12xx: implement Tx watermarks per AC 2011-07-05 21:33:44 +03:00
wl12xx_80211.h ieee80211: add IEEE80211_COUNTRY_STRING_LEN definition 2011-03-09 16:10:56 -05:00
wl12xx_platform_data.c
wl12xx.h wl12xx: implement Tx watermarks per AC 2011-07-05 21:33:44 +03:00