On Linux, _rtw_spinlock_free() is a no-op

This commit is contained in:
kimocoder
2019-02-12 19:27:19 +01:00
parent cdd3858b62
commit fff9f74b19
15 changed files with 3 additions and 120 deletions

View File

@@ -3883,7 +3883,6 @@ inline void rtw_macid_ctl_init(struct macid_ctl_t *macid_ctl)
inline void rtw_macid_ctl_deinit(struct macid_ctl_t *macid_ctl)
{
_rtw_spinlock_free(&macid_ctl->lock);
}
inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id)