linux-stable/drivers/staging/r8188eu/os_dep
Martin Kaiser 2bc00bac61 staging: r8188eu: simplify xmit_buf flags
rtw_write_port stores a queue index in pxmitbuf->flags before submitting
an urb. The urb completion function reads the flags. All it needs is the
info if the high queue was used or not.

We can replace the flags with a boolean high_queue variable.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/20230207192319.294203-6-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-02-08 13:30:00 +01:00
..
ioctl_linux.c staging: r8188eu: use strscpy() to instead of strncpy() 2023-01-17 19:31:08 +01:00
os_intfs.c staging: r8188eu: remove intf_stop pointer 2023-02-07 08:41:03 +01:00
osdep_service.c staging: r8188eu: remove recv_osdep.h 2022-09-24 13:07:57 +02:00
usb_intf.c staging: r8188eu: remove intf_stop pointer 2023-02-07 08:41:03 +01:00
usb_ops_linux.c staging: r8188eu: simplify xmit_buf flags 2023-02-08 13:30:00 +01:00