linux_dsm_epyc7002/drivers/net/wireless/iwlwifi
Emmanuel Grumbach ecc7c518b3 iwlwifi: mvm: fix a race in D0i3 vs. Tx path
When we enter D0i3, we must stop TXing otherwise the
sequence number we use might conflict with the firmware's
internal TX. In order to do so, we have
IWL_MVM_STATUS_IN_D0I3 which should prevent any Tx while we
enter D0i3. There is a bug in this code since we may Tx even
if IWL_MVM_STATUS_IN_D0I3 is set. This can happen as long as
mvm->d0i3_ap_sta_id is not set.

To make sure that we don't have any packet in the Tx path
while we set mvm->d0i3_ap_sta_id, call synchronize_net only
after we already set mvm->d0i3_ap_sta_id.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2015-08-18 10:25:26 +03:00
..
dvm iwlwifi: convert hex_dump_to_buffer() to %*ph 2015-08-16 10:22:10 +03:00
mvm iwlwifi: mvm: fix a race in D0i3 vs. Tx path 2015-08-18 10:25:26 +03:00
pcie iwlwifi: pass NAPI struct from transport layer 2015-08-16 10:21:21 +03:00
iwl-1000.c iwlwifi: fix max_ht_ampdu_exponent for older devices 2015-03-12 09:57:21 +02:00
iwl-2000.c iwlwifi: fix max_ht_ampdu_exponent for older devices 2015-03-12 09:57:21 +02:00
iwl-5000.c iwlwifi: fix max_ht_ampdu_exponent for older devices 2015-03-12 09:57:21 +02:00
iwl-6000.c iwlwifi: fix max_ht_ampdu_exponent for older devices 2015-03-12 09:57:21 +02:00
iwl-7000.c iwlwifi: bump mvm firmware API to 16 2015-08-18 10:25:25 +03:00
iwl-8000.c iwlwifi: bump mvm firmware API to 16 2015-08-18 10:25:25 +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: mvm: Enable Rx Checksum hw 2015-08-04 10:11:49 +03:00
iwl-csr.h iwlwifi: mvm: Add FW paging mechanism for the UMAC on SDIO 2015-08-04 21:30:15 +03: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: mvm: add MCC update FW API 2015-03-12 09:57:21 +02:00
iwl-devtrace-data.h iwlwifi: pcie: support frag SKBs 2015-08-04 21:29:40 +03:00
iwl-devtrace-io.h iwlwifi: Move each system tracepoints to their own header 2015-04-08 09:38:49 -04:00
iwl-devtrace-iwlwifi.h iwlwifi: add wide firmware command infrastructure for TX 2015-08-04 10:11:46 +03:00
iwl-devtrace-msg.h iwlwifi: Move each system tracepoints to their own header 2015-04-08 09:38:49 -04:00
iwl-devtrace-ucode.h iwlwifi: Move each system tracepoints to their own header 2015-04-08 09:38:49 -04:00
iwl-devtrace.c iwlwifi: don't export tracepoints unnecessarily 2014-09-03 22:49:03 +03:00
iwl-devtrace.h iwlwifi: Move each system tracepoints to their own header 2015-04-08 09:38:49 -04:00
iwl-drv.c iwlwifi: add new TLV capability flag for gscan support 2015-08-04 21:29:40 +03:00
iwl-drv.h iwlwifi: fix spelling errors 2015-04-02 09:29:13 +03:00
iwl-eeprom-parse.c iwlwifi: out-of-bounds access in iwl_init_sband_channels 2015-08-18 10:25:25 +03:00
iwl-eeprom-parse.h iwlwifi: mvm: forbid MIMO on devices that don't support it 2015-05-10 11:44:42 +03:00
iwl-eeprom-read.c iwlwifi: fix spelling errors 2015-04-02 09:29:13 +03:00
iwl-eeprom-read.h iwlwifi: Update Copyright to 2014 2013-12-31 19:03:53 +02:00
iwl-fh.h iwlwifi: pcie: New RBD allocation model 2015-08-04 21:30:15 +03:00
iwl-fw-error-dump.h iwlwifi: pcie: dump RBs when FW error occurs 2015-08-04 21:29:38 +03:00
iwl-fw-file.h iwlwifi: mvm: add the ability to trigger only monitor dumps 2015-08-04 21:29:41 +03:00
iwl-fw.h iwlwifi: mvm: Add FW paging mechanism for the UMAC on SDIO 2015-08-04 21:30:15 +03:00
iwl-io.c iwlwifi: drop support for early versions of 8000 2015-03-26 09:15:36 +02:00
iwl-io.h iwlwifi: update nmi register 2014-05-15 19:50:51 +03:00
iwl-modparams.h iwlwifi: allow disabling LAR via module param 2015-03-12 09:57:29 +02:00
iwl-notif-wait.c iwlwifi: add wide firmware command support for notifications 2015-08-04 21:29:35 +03:00
iwl-notif-wait.h iwlwifi: add wide firmware command support for notifications 2015-08-04 21:29:35 +03:00
iwl-nvm-parse.c iwlwifi: nvm: remove mac address byte swapping in 8000 family 2015-07-12 19:54:19 +03:00
iwl-nvm-parse.h iwlwifi: drop support for early versions of 8000 2015-03-26 09:15:36 +02:00
iwl-op-mode.h iwlwifi: pass NAPI struct from transport layer 2015-08-16 10:21:21 +03:00
iwl-phy-db.c iwlwifi: fix spelling errors 2015-04-02 09:29:13 +03:00
iwl-phy-db.h iwlwifi: Update Copyright to 2014 2013-12-31 19:03:53 +02:00
iwl-prph.h iwlwifi: mvm: Add FW paging mechanism for the UMAC on SDIO 2015-08-04 21:30:15 +03:00
iwl-scd.h iwlwifi: pcie: prepare the enablement of 31 TFD queues 2015-02-01 15:57:20 +02:00
iwl-trans.c iwlwifi: refactor common transport alloc/init code 2015-05-28 13:32:34 +03:00
iwl-trans.h iwlwifi: make sure d3_suspend/resume ops exist 2015-08-16 10:14:31 +03:00
Kconfig Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2015-06-01 22:51:30 -07:00
Makefile iwlwifi: refactor common transport alloc/init code 2015-05-28 13:32:34 +03:00