]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
staging:r8188eu: Remove struct pkt_file from set_qos()
authorIvan Safonov <insafonov@gmail.com>
Sun, 4 Feb 2018 19:27:36 +0000 (22:27 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 16:25:20 +0000 (17:25 +0100)
commit97212e2b28a553441eb38ecec7c4d03f544d5414
treeb978a50385265f6f66aa562fcef935c160670bd7
parent43a1b9b2ca0a56535442ae57dac0a53c955331e2
staging:r8188eu: Remove struct pkt_file from set_qos()

Struct pkt_file is a base to simple wrapper for skb_copy_bits().
Use skb_copy_bits() without wrappers.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_xmit.c