linux/drivers/net/wireless/intel/iwlwifi/pcie
Shaul Triebitz 0f22e40053 iwlwifi: pcie: fix race in Rx buffer allocator
Make sure the rx_allocator worker is canceled before running the
rx_init routine.  rx_init frees and re-allocates all rxb's pages.  The
rx_allocator worker also allocates pages for the used rxb's.  Running
rx_init and rx_allocator simultaniously causes a kernel panic.  Fix
that by canceling the work in rx_init.

Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2018-05-30 09:44:20 +03:00
..
ctxt-info.c iwlwifi: Revert "iwlwifi: pcie: dynamic Tx command queue size" 2018-04-20 10:57:16 +03:00
drv.c iwlwifi: add csr configuration for 6300 devices 2018-05-29 15:23:06 +03:00
internal.h iwlwifi: pcie: remove non-responsive device 2018-04-26 15:18:07 +03:00
rx.c iwlwifi: pcie: fix race in Rx buffer allocator 2018-05-30 09:44:20 +03:00
trans-gen2.c iwlwifi: allow different csr flags for different device families 2018-04-26 15:18:07 +03:00
trans.c iwlwifi: pcie: remove non-responsive device 2018-04-26 15:18:07 +03:00
tx-gen2.c iwlwifi: pcie: gen2: fix race in cmd fifo write ptr 2018-04-20 10:57:16 +03:00
tx.c iwlwifi: pcie: allow sending pre-built A-MSDUs 2018-04-26 15:18:07 +03:00