rtl8192eu-linux-driver/hal
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
..
btc Remove wrapper rtw_mdelay_os() 2021-10-11 12:57:06 +02:00
efuse Add version v5.6.4 2019-11-13 22:12:20 +01:00
hal_hci use actual request type as parameter 2021-10-14 16:30:39 +02:00
led Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
phydm Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtl8192e Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
hal_btcoex_wifionly.c Remove wrapper for memset() 2021-10-11 12:09:34 +02:00
hal_btcoex.c Replace _rtw_memmove with memmove 2021-10-12 17:09:01 +02:00
hal_com_c2h.h Add version v5.6.4 2019-11-13 22:12:20 +01:00
hal_com_phycfg.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
hal_com.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
hal_dm_acs.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
hal_dm_acs.h Remove wrappers for atomic operations 2021-10-11 10:44:02 +02:00
hal_dm.c Add version v5.6.4 2019-11-13 22:12:20 +01:00
hal_dm.h Add version v5.6.4 2019-11-13 22:12:20 +01:00
hal_halmac.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
hal_halmac.h Add version v5.6.4 2019-11-13 22:12:20 +01:00
hal_intf.c convert all rtw_zvmalloc calls to vzalloc calls 2021-10-11 15:59:59 +02:00
hal_mcc.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
hal_mp.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
hal_phy.c Add version v5.6.4 2019-11-13 22:12:20 +01:00
HalPwrSeqCmd.c Remove wrapper rtw_udelay_os() 2021-10-11 13:00:27 +02:00