linux/drivers/net/wireless/iwlwifi
Eliad Peller 4660dfbbe0 iwlwifi: mvm: wait for handlers when stopping scans
The recent unified scan api change introduced issues
when stopping ongoing scans, since both regular and
sched scan now use same stopped notification.

When issuing a new scan right after a running one,
we get the "old" notification and handle it wrongly
as notification for the current scan.

Fix it by introducing a new function that make sure
we consume the pending notifications before issuing
a new scan.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Reviewed-by: ArikX Nemtsov <arik@wizery.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2014-07-22 19:21:08 +03:00
..
dvm Merge remote-tracking branch 'wireless-next/master' into iwlwifi-next 2014-07-06 11:15:30 +03:00
mvm iwlwifi: mvm: wait for handlers when stopping scans 2014-07-22 19:21:08 +03:00
pcie iwlwifi: rename iwl_fw_error_fw_mon to iwl_fw_error_dump_fw_mon 2014-07-06 11:16:16 +03:00
iwl-1000.c iwlwifi: don't disable SCD chain extension on newer devices 2014-04-13 22:23:20 +03:00
iwl-2000.c iwlwifi: don't disable SCD chain extension on newer devices 2014-04-13 22:23:20 +03:00
iwl-5000.c iwlwifi: don't disable SCD chain extension on newer devices 2014-04-13 22:23:20 +03:00
iwl-6000.c iwlwifi: don't disable SCD chain extension on newer devices 2014-04-13 22:23:20 +03:00
iwl-7000.c iwlwifi: mvm: fix bug with OTP memory size 2014-05-06 20:40:01 +03:00
iwl-8000.c iwlwifi: add max RX aggregation size 2014-07-21 10:17:27 +03:00
iwl-agn-hw.h iwlwifi: mvm: fix bug with OTP memory size 2014-05-06 20:40:01 +03:00
iwl-config.h iwlwifi: add max RX aggregation size 2014-07-21 10:17:27 +03:00
iwl-csr.h iwlwifi: pcie: enable LP XTAL to reduce power consumption 2014-03-09 19:16:39 +02:00
iwl-debug.c iwlwifi: use dev_printk instead of dev_dbg for debug logs 2014-05-13 13:52:22 +03:00
iwl-debug.h iwlwifi: cause build error on missing newline 2014-05-11 13:12:31 +03:00
iwl-devtrace.c
iwl-devtrace.h
iwl-drv.c iwlwifi: fix naming mistake for the fw_monitor module parameter 2014-07-06 11:16:14 +03:00
iwl-drv.h iwlwifi: mvm: new NVM format in family 8000 2014-02-13 13:49:37 +02:00
iwl-eeprom-parse.c iwlwifi: remove MCS32 support declaration 2014-06-24 21:55:25 +03:00
iwl-eeprom-parse.h iwlwifi: mvm: new NVM format in family 8000 2014-02-13 13:49:37 +02:00
iwl-eeprom-read.c
iwl-eeprom-read.h
iwl-fh.h
iwl-fw-error-dump.h iwlwifi: rename iwl_fw_error_fw_mon to iwl_fw_error_dump_fw_mon 2014-07-06 11:16:16 +03:00
iwl-fw-file.h iwlwifi: add device / firmware to fw-error-dump file 2014-06-24 21:55:26 +03:00
iwl-fw.h iwlwifi: mvm: add unified LMAC scan API 2014-07-07 21:41:10 +03:00
iwl-io.c iwlwifi: update nmi register 2014-05-15 19:50:51 +03:00
iwl-io.h iwlwifi: update nmi register 2014-05-15 19:50:51 +03:00
iwl-modparams.h iwlwifi: pcie: add firmware monitor capabilities 2014-06-24 21:55:27 +03:00
iwl-notif-wait.c
iwl-notif-wait.h
iwl-nvm-parse.c iwlwifi: 8000: drop a print when the address is invalid 2014-07-07 21:41:12 +03:00
iwl-nvm-parse.h iwlwifi: mvm: new NVM format in family 8000 2014-02-13 13:49:37 +02:00
iwl-op-mode.h iwlwifi: pcie: implement GRO without NAPI 2014-04-13 09:35:47 +03:00
iwl-phy-db.c iwlwifi: remove CMD_SYNC 2014-05-13 13:52:19 +03:00
iwl-phy-db.h
iwl-prph.h iwlwifi: pcie: add firmware monitor capabilities 2014-06-24 21:55:27 +03:00
iwl-trans.h iwlwifi: allow dynamic configuration of internal memory 2014-05-14 11:35:49 +03:00
Kconfig iwlwifi: fix Kconfig issues 2014-07-21 10:20:55 +03:00
Makefile