Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0c9897c authored by navin patidar's avatar navin patidar Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: Remove 'void *precvbuf' from struct recv_frame



Remove unused variable 'void *precvbuf'.

Signed-off-by: default avatarnavin patidar <navin.patidar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 750eb2d2
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -333,7 +333,6 @@ static int recvbuf2recvframe(struct adapter *adapt, struct sk_buff *pskb)
		}
		}


		_rtw_init_listhead(&precvframe->list);
		_rtw_init_listhead(&precvframe->list);
		precvframe->precvbuf = NULL;	/* can't access the precvbuf for new arch. */
		precvframe->len = 0;
		precvframe->len = 0;


		update_recvframe_attrib_88e(precvframe, prxstat);
		update_recvframe_attrib_88e(precvframe, prxstat);
+0 −1
Original line number Original line Diff line number Diff line
@@ -261,7 +261,6 @@ struct recv_frame {
	u8 *rx_data;
	u8 *rx_data;
	u8 *rx_tail;
	u8 *rx_tail;
	u8 *rx_end;
	u8 *rx_end;
	void *precvbuf;
	struct sta_info *psta;
	struct sta_info *psta;
	/* for A-MPDU Rx reordering buffer control */
	/* for A-MPDU Rx reordering buffer control */
	struct recv_reorder_ctrl *preorder_ctrl;
	struct recv_reorder_ctrl *preorder_ctrl;