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

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

staging: rtl8188eu: Remove unused member rsp_cnt from struct cmd_priv

parent 4680f158
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -66,7 +66,6 @@ int rtw_init_cmd_priv(struct cmd_priv *pcmdpriv)


	pcmdpriv->cmd_issued_cnt = 0;
	pcmdpriv->cmd_issued_cnt = 0;
	pcmdpriv->cmd_done_cnt = 0;
	pcmdpriv->cmd_done_cnt = 0;
	pcmdpriv->rsp_cnt = 0;
exit:
exit:
	return res;
	return res;
}
}
+0 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,6 @@ struct cmd_priv {
	u8	*rsp_allocated_buf;
	u8	*rsp_allocated_buf;
	u32	cmd_issued_cnt;
	u32	cmd_issued_cnt;
	u32	cmd_done_cnt;
	u32	cmd_done_cnt;
	u32	rsp_cnt;
	u8 cmdthd_running;
	u8 cmdthd_running;
	struct adapter *padapter;
	struct adapter *padapter;
};
};