mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl98188eu: On Linux, _rtw_spinlock_free() is a no-op
Remove all such calls. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
4b2c469f5f
commit
7a75f128ba
15 changed files with 1 additions and 101 deletions
|
@ -87,11 +87,7 @@ int rtw_init_tdls_info(_adapter *padapter)
|
|||
|
||||
void rtw_free_tdls_info(struct tdls_info *ptdlsinfo)
|
||||
{
|
||||
_rtw_spinlock_free(&ptdlsinfo->cmd_lock);
|
||||
_rtw_spinlock_free(&ptdlsinfo->hdl_lock);
|
||||
|
||||
memset(ptdlsinfo, 0, sizeof(struct tdls_info));
|
||||
|
||||
}
|
||||
|
||||
int check_ap_tdls_prohibited(u8 *pframe, u8 pkt_len)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue