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

@ -99,9 +99,6 @@ exit:
void rtw_mfree_mlme_priv_lock (struct mlme_priv *pmlmepriv)
{
_rtw_spinlock_free(&pmlmepriv->lock);
_rtw_spinlock_free(&(pmlmepriv->free_bss_pool.lock));
_rtw_spinlock_free(&(pmlmepriv->scanned_queue.lock));
}
static void rtw_free_mlme_ie_data(u8 **ppie, u32 *plen)