summaryrefslogtreecommitdiff
path: root/drivers/staging/wlan-ng/p80211hdr.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2021-08-19 18:29:14 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-08-26 11:40:27 +0300
commit55cdf7d7b2a187d0c2bcf11ed70e2eeb192713da (patch)
tree7273023b6ebf64d08ce4d9870af28bcb6e5fa400 /drivers/staging/wlan-ng/p80211hdr.h
parent89b9f3f39a088a7a0f833621dc62acb201a37ac5 (diff)
downloadlinux-55cdf7d7b2a187d0c2bcf11ed70e2eeb192713da.tar.xz
staging: r8188eu: use GFP_ATOMIC under spinlock
kmalloc() in function update_bcn_wps_ie() is called under a spinlock so the allocation have to be atomic. -> update_beacon() <- takes a spinlock -> update_bcn_vendor_spec_ie() -> update_bcn_wps_ie() Fixes: 79f712ea994de ("staging: r8188eu: Remove wrappers for kalloc() and kzalloc()") Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20210819152914.17482-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng/p80211hdr.h')
0 files changed, 0 insertions, 0 deletions