mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 17:36:57 +07:00
staging: rtl8188eu: remove unused function
The function rtw_init_recvframe() was not being used. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fbd0968708
commit
a45515f383
@ -166,14 +166,6 @@ struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue)
|
||||
return precvframe;
|
||||
}
|
||||
|
||||
void rtw_init_recvframe(struct recv_frame *precvframe, struct recv_priv *precvpriv)
|
||||
{
|
||||
/* Perry: This can be removed */
|
||||
INIT_LIST_HEAD(&precvframe->list);
|
||||
|
||||
precvframe->len = 0;
|
||||
}
|
||||
|
||||
int rtw_free_recvframe(struct recv_frame *precvframe,
|
||||
struct __queue *pfree_recv_queue)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user