rtl8192eu-linux-driver/os_dep
Carlos Garces 4ddd7165fb use actual request type as parameter
At the moment, usbctrl_vendorreq's requesttype parameter must be set to
1 for reading and 0 for writing. It's then converted to the actual
bmRequestType for the USB control request. We can simplify the code and
avoid this conversion if the caller passes the actual bmRequestType.

This patch is an adaptation of commit 788fde031027 ("staging: rtl8188eu:
use actual request type as parameter") for the new r8188eu driver.

Link: https://lore.kernel.org/r/20210821164859.4351-3-martin@kaiser.cx
2021-10-14 16:30:39 +02:00
..
linux use actual request type as parameter 2021-10-14 16:30:39 +02:00
osdep_service.c Replace _rtw_memmove with memmove 2021-10-12 17:09:01 +02:00