summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorPing-Ke Shih <pkshih@realtek.com>2018-05-18 17:30:05 +0800
committerKalle Valo <kvalo@codeaurora.org>2018-05-29 10:17:03 +0300
commit9ae6ed271a60f0e4476fe94f0efc5aba184a9c57 (patch)
tree65bb6c504fa6009c98ab7380cc0f3aedccab75b0 /COPYING
parentb4f6ee489cff1e9c8637996b7c1079e8bdd979df (diff)
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>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions