alistair23-linux/drivers/staging/wilc1000
Adham Abozaeid 2e299cc969 staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context
txq_add_mgmt_pkt allocates memory while being called from atomic context
so needs to use GFP_ATOMIC

Signed-off-by: Adham Abozaeid <adham.abozaeid@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-04-17 12:40:51 +02:00
..
host_interface.c staging: wilc1000: fix spelling mistake "dissconect" -> "disconnect" 2019-04-16 13:15:54 +02:00
host_interface.h staging: wilc1000: use cfg80211 ssid list instead of repacking it 2019-03-27 23:37:30 +09:00
Kconfig staging: remove redundant 'default n' from Kconfig 2019-04-16 13:39:01 +02:00
Makefile staging: wilc1000: rename linux_wlan.c and linux_mon.c 2019-02-07 13:34:45 +01:00
microchip,wilc1000,sdio.txt staging: wilc1000: use descriptor-based interface for GPIO 2018-07-24 13:52:32 +02:00
microchip,wilc1000,spi.txt staging: wilc1000: use descriptor-based interface for GPIO 2018-07-24 13:52:32 +02:00
TODO staging: wilc1000: remove TODO item for comments and code style 2018-08-05 16:15:32 +02:00
wilc_mon.c staging: wilc1000: rename linux_wlan.c and linux_mon.c 2019-02-07 13:34:45 +01:00
wilc_netdev.c staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context. 2019-04-16 13:15:54 +02:00
wilc_sdio.c staging: wilc1000: remove 'linux_' prefix in function names 2019-02-07 13:34:45 +01:00
wilc_spi.c staging: wilc1000: Remove return variables from wilc_spi.c 2019-03-22 15:16:29 +01:00
wilc_wfi_cfgoperations.c staging: wilc1000: use cfg80211 ssid list instead of repacking it 2019-03-27 23:37:30 +09:00
wilc_wfi_cfgoperations.h staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variable 2019-02-04 12:38:40 +01:00
wilc_wfi_netdevice.h staging: wilc1000: rename wilc_frmw_to_linux() 2019-02-07 13:34:45 +01:00
wilc_wlan.c staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context 2019-04-17 12:40:51 +02:00
wilc_wlan.h staging: wilc1000: move macro and function prototype from wilc_wlan_if.h file 2019-02-07 13:34:45 +01:00
wilc_wlan_cfg.c staging: wilc1000: add 'wilc_' prefix to have proper namespace 2019-02-07 13:34:45 +01:00
wilc_wlan_cfg.h staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals' 2018-09-25 20:53:57 +02:00
wilc_wlan_if.h staging: wilc1000: move macro and function prototype from wilc_wlan_if.h file 2019-02-07 13:34:45 +01:00