linux_dsm_epyc7002/drivers/net/wireless/realtek
Ping-Ke Shih 9ae6ed271a rtlwifi: use sk_buff to queue C2H commands
We use 'struct rtl_c2hcmd' to store C2H commands originally, and the code
is slightly complex to enqueue and dequeue and also wastes time to
allocate and memcpy data. Since C2H commands are asynchronous events,
they can be processed in work queue, so RX ISR enqueues C2H result in
removal of rtl_c2h_packet_handler().

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-05-29 10:17:03 +03:00
..
rtl8xxxu treewide: Fix typos in printk 2018-03-27 09:51:22 +02:00
rtl818x rtl8187: Fix NULL pointer dereference in priv->conf_mutex 2018-02-28 16:57:47 +02:00
rtlwifi rtlwifi: use sk_buff to queue C2H commands 2018-05-29 10:17:03 +03:00
Kconfig net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text 2018-03-13 18:52:25 +02:00
Makefile