linux/drivers/staging/rtl8723bs
Ivan Safonov 21b1f2b3fb staging:r8723bs: remove wrappers around skb_clone() and remove unnecessary in_interrupt() call
Wrappers around skb_clone() do not simplify the driver code.

The skb_clone() is always called from an interrupt handler,
so use GFP_ATOMIC allocation only.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Link: https://lore.kernel.org/r/20200531181751.41830-1-insafonov@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-06-18 09:57:55 +02:00
..
core staging: rtl8723bs: Use common packet header constants 2020-05-29 12:36:00 +02:00
hal staging:rtl8723bs: eliminate usage of skb_clone after skb allocation fail 2020-05-05 12:31:18 +02:00
include staging:r8723bs: remove wrappers around skb_clone() and remove unnecessary in_interrupt() call 2020-06-18 09:57:55 +02:00
os_dep staging:r8723bs: remove wrappers around skb_clone() and remove unnecessary in_interrupt() call 2020-06-18 09:57:55 +02:00
Kconfig
Makefile staging: rtl8723bs: Remove debugging information exposed via procfs 2019-08-14 13:20:12 +02:00
TODO