rtl8188eu: Remove _rtw_spinlock_free

This routine does nothing.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-06 16:48:54 -06:00
parent fa0ee4759b
commit 89552a85d0
9 changed files with 0 additions and 95 deletions

View file

@ -1001,11 +1001,6 @@ u8 rtw_free_drv_sw(struct adapter *padapter)
}
#endif
/* add for CONFIG_IEEE80211W, none 11w also can use */
_rtw_spinlock_free(&padapter->security_key_mutex);
#ifdef CONFIG_BR_EXT
_rtw_spinlock_free(&padapter->br_ext_lock);
#endif /* CONFIG_BR_EXT */
free_mlme_ext_priv(&padapter->mlmeextpriv);

View file

@ -656,10 +656,6 @@ void _rtw_mutex_free(_mutex *pmutex)
#endif
}
void _rtw_spinlock_free(_lock *plock)
{
}
void _rtw_init_queue(_queue *pqueue)
{