Commit a8789783 authored by Martin Kaiser's avatar Martin Kaiser Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: pkt_newalloc is not used



pkg_newalloc in struct recv_buf is not used. Remove it.

Signed-off-by: default avatarMartin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220413200742.276806-5-martin@kaiser.cx


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7bb528c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -71,7 +71,6 @@ int _rtw_init_recv_priv(struct recv_priv *precvpriv, struct adapter *padapter)

		list_add_tail(&precvframe->list, &precvpriv->free_recv_queue.queue);

		precvframe->pkt_newalloc = NULL;
		precvframe->pkt = NULL;

		precvframe->len = 0;
+0 −1
Original line number Diff line number Diff line
@@ -229,7 +229,6 @@ struct recv_buf {
struct recv_frame {
	struct list_head list;
	struct sk_buff	 *pkt;
	struct sk_buff	 *pkt_newalloc;
	struct adapter  *adapter;
	u8 fragcnt;
	int frame_tag;