Commit ff3b7942 authored by Abdun Nihaal's avatar Abdun Nihaal Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove empty function rtw_mfree_mlme_priv_lock

parent 50ad6a0f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -85,10 +85,6 @@ int _rtw_init_mlme_priv(struct adapter *padapter)
	return res;
}

static void rtw_mfree_mlme_priv_lock(struct mlme_priv *pmlmepriv)
{
}

static void rtw_free_mlme_ie_data(u8 **ppie, u32 *plen)
{
	kfree(*ppie);
@@ -118,8 +114,6 @@ void _rtw_free_mlme_priv(struct mlme_priv *pmlmepriv)
	rtw_free_mlme_priv_ie_data(pmlmepriv);

	if (pmlmepriv) {
		rtw_mfree_mlme_priv_lock(pmlmepriv);

		vfree(pmlmepriv->free_bss_buf);
	}