linux_dsm_epyc7002/drivers/net/wireless/ath/ath6kl
Vladimir Kondratiev 970fdfa89b cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()
In the cfg80211_rx_mgmt(), parameter @gfp was used for the memory allocation.
But, memory get allocated under spin_lock_bh(), this implies atomic context.
So, one can't use GFP_KERNEL, only variants with no __GFP_WAIT. Actually, in all
occurrences GFP_ATOMIC is used (wil6210 use GFP_KERNEL by mistake),
and it should be this way or warning triggered in the memory allocation code.

Remove @gfp parameter as no actual choice exist, and use hard coded
GFP_ATOMIC for memory allocation.

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2014-08-26 11:15:58 +02:00
..
bmi.c
bmi.h ath6kl: Fix ath6kl_bmi_read_hi32 macro 2014-07-14 15:49:23 +03:00
cfg80211.c Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2014-07-28 17:36:25 -07:00
cfg80211.h
common.h
core.c ath6kl: convert ar6004 hardware flags to firmware feature flags 2014-07-14 16:02:52 +03:00
core.h ath6kl: add support for ar6004 hw3.0 2014-07-14 16:03:38 +03:00
debug.c
debug.h
hif-ops.h
hif.c
hif.h
htc_mbox.c
htc_pipe.c ath6kl: implement rx flush for htc pipe 2014-07-14 16:03:01 +03:00
htc-ops.h
htc.h
init.c Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2014-07-28 17:36:25 -07:00
Kconfig
main.c ath6kl: add support for ar6004 hw3.0 2014-07-14 16:03:38 +03:00
Makefile
recovery.c
sdio.c
target.h
testmode.c
testmode.h
trace.c
trace.h
txrx.c
usb.c ath6kl: add support for ar6004 hw3.0 2014-07-14 16:03:38 +03:00
wmi.c cfg80211: remove @gfp parameter from cfg80211_rx_mgmt() 2014-08-26 11:15:58 +02:00
wmi.h Merge tag 'for-linville-20140717' of git://github.com/kvalo/ath 2014-07-18 13:44:50 -04:00