linux/drivers/net/wireless/intel/iwlwifi/dvm
Eva Rachel Retuya b429a773c1 iwlwifi: dvm: use alloc_ordered_workqueue()
Use alloc_ordered_workqueue() to allocate the workqueue instead of
create_singlethread_workqueue() since the latter is deprecated and is scheduled
for removal.

There are work items doing related operations that shouldn't be swapped when
queued in a certain order hence preserve the strict execution ordering of a
single threaded (ST) workqueue by switching to alloc_ordered_workqueue().

WQ_MEM_RECLAIM flag is not needed since the worker is not depended
during memory reclaim.

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2016-03-30 16:21:27 +03:00
..
agn.h iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
calib.c include/linux/kernel.h: change abs() macro so it uses consistent return type 2016-01-16 11:17:22 -08:00
calib.h iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00
commands.h iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00
debugfs.c iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
dev.h iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
devices.c iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00
led.c iwlwifi: dvm: handle zero brightness for wifi LED 2016-02-01 16:40:18 +02:00
led.h iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
lib.c mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq 2016-02-24 09:04:39 +01:00
mac80211.c Here's another round of updates for -next: 2016-03-01 17:03:27 -05:00
main.c iwlwifi: dvm: use alloc_ordered_workqueue() 2016-03-30 16:21:27 +03:00
Makefile
power.c iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00
power.h iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00
rs.c iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
rs.h iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
rx.c iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
rxon.c iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
scan.c iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
sta.c iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
tt.c iwlwifi: remove unused parameter from grab_nic_access 2015-12-21 10:11:39 +02:00
tt.h iwlwifi: change the Intel Wireless email address 2015-12-20 14:48:22 +02:00
tx.c iwlwifi: clear ieee80211_tx_info->driver_data in the op_mode 2015-12-20 14:48:23 +02:00
ucode.c iwlwifi: change the Intel Wireless email address 2015-12-01 21:17:55 +02:00