|
@@ -36,13 +36,11 @@ static void rtw_signal_stat_timer_hdl(struct timer_list *t);
|
|
|
|
|
|
void _rtw_init_sta_recv_priv(struct sta_recv_priv *psta_recvpriv)
|
|
|
{
|
|
|
-
|
|
|
memset((u8 *)psta_recvpriv, 0, sizeof(struct sta_recv_priv));
|
|
|
|
|
|
spin_lock_init(&psta_recvpriv->lock);
|
|
|
|
|
|
_rtw_init_queue(&psta_recvpriv->defrag_q);
|
|
|
-
|
|
|
}
|
|
|
|
|
|
int _rtw_init_recv_priv(struct recv_priv *precvpriv, struct adapter *padapter)
|
|
@@ -98,7 +96,6 @@ void _rtw_free_recv_priv(struct recv_priv *precvpriv)
|
|
|
vfree(precvpriv->pallocated_frame_buf);
|
|
|
|
|
|
rtw_hal_free_recv_priv(padapter);
|
|
|
-
|
|
|
}
|
|
|
|
|
|
struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue)
|
|
@@ -193,7 +190,6 @@ void rtw_free_recvframe_queue(struct __queue *pframequeue, struct __queue *pfre
|
|
|
}
|
|
|
|
|
|
spin_unlock(&pframequeue->lock);
|
|
|
-
|
|
|
}
|
|
|
|
|
|
u32 rtw_free_uc_swdec_pending_queue(struct adapter *adapter)
|