linux/drivers/net/wireless/intel
Christophe JAILLET 9130559cf8 ipw2100: Use GFP_KERNEL instead of GFP_ATOMIC in some memory allocation
The call chain is:
   ipw2100_pci_init_one            (the probe function)
     --> ipw2100_queues_allocate
       --> ipw2100_tx_allocate

No lock is taken in the between.
So it is safe to use GFP_KERNEL in 'ipw2100_tx_allocate()'.

BTW, 'ipw2100_queues_allocate()' also calls 'ipw2100_msg_allocate()' which
already allocates some memory using GFP_KERNEL.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200722101701.26126-1-christophe.jaillet@wanadoo.fr
2020-08-02 18:19:03 +03:00
..
ipw2x00 ipw2100: Use GFP_KERNEL instead of GFP_ATOMIC in some memory allocation 2020-08-02 18:19:03 +03:00
iwlegacy iwlegacy: Check the return value of pcie_capability_read_*() 2020-07-15 19:47:32 +03:00
iwlwifi iwlwifi: yoyo: don't print failure if debug firmware is missing 2020-08-02 18:08:07 +03:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile