mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-08 15:23:53 +00:00
Remove wrapper rtw_mdelay_os()
This wrapper just calls mdelay(). Remove it. Link: https://lore.kernel.org/r/20210805192644.15978-3-Larry.Finger@lwfinger.net
This commit is contained in:
committed by
Carlos Garcés
parent
5bc12edecb
commit
7f8451a86e
@@ -600,7 +600,7 @@ void hal_txbf_8822b_enter(
|
||||
hal_txbf_8822b_rf_mode(dm, beamforming_info, bfee_idx);
|
||||
#if (SUPPORT_MU_BF == 1)
|
||||
/*Special for plugfest*/
|
||||
delay_ms(50); /* wait for 4-way handshake ending*/
|
||||
mdelay(50); /* wait for 4-way handshake ending*/
|
||||
send_sw_vht_gid_mgnt_frame(dm, p_beamformee_entry->mac_addr, bfee_idx);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user