mirror of
https://github.com/aircrack-ng/rtl8188eus.git
synced 2026-05-06 17:59:32 +00:00
On Linux, _rtw_spinlock_free() is a no-op
This commit is contained in:
@@ -325,7 +325,6 @@ extern void _rtw_mutex_free(_mutex *pmutex);
|
||||
#ifndef PLATFORM_FREEBSD
|
||||
extern void _rtw_spinlock_init(_lock *plock);
|
||||
#endif /* PLATFORM_FREEBSD */
|
||||
extern void _rtw_spinlock_free(_lock *plock);
|
||||
extern void _rtw_spinlock(_lock *plock);
|
||||
extern void _rtw_spinunlock(_lock *plock);
|
||||
extern void _rtw_spinlock_ex(_lock *plock);
|
||||
|
||||
Reference in New Issue
Block a user