return (struct sta_info *)(stapriv->pstainfo_buf + offset * sizeof(struct sta_info));
 }
 
-static void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv)
-{
-#ifdef CONFIG_88EU_AP_MODE
-       struct wlan_acl_pool *pacl_list = &pstapriv->acl_list;
-#endif
-}
-
 u32    _rtw_free_sta_priv(struct       sta_priv *pstapriv)
 {
        struct list_head *phead, *plist;
                spin_unlock_bh(&pstapriv->sta_hash_lock);
                /*===============================*/
 
-               rtw_mfree_sta_priv_lock(pstapriv);
-
                if (pstapriv->pallocated_stainfo_buf)
                        vfree(pstapriv->pallocated_stainfo_buf);
                }