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

Commit c68b3bbd authored by Holger Schurig's avatar Holger Schurig Committed by David S. Miller
Browse files

libertas: remove cmd_ctrl_node->status



There was no code that ever did set this variable.

Signed-off-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 891f32a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1667,7 +1667,6 @@ static void cleanup_cmdnode(struct cmd_ctrl_node *ptempnode)
		return;
	ptempnode->cmdwaitqwoken = 1;
	wake_up_interruptible(&ptempnode->cmdwait_q);
	ptempnode->status = 0;
	ptempnode->wait_option = 0;
	ptempnode->pdata_buf = NULL;

+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ struct rxpd {
struct cmd_ctrl_node {
	/* CMD link list */
	struct list_head list;
	u32 status;
	/*CMD wait option: wait for finish or no wait */
	u16 wait_option;
	/* command parameter */