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

Commit 9a309289 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFF

parent b595f9b8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -411,8 +411,6 @@ struct vnt_private {
	u32 uCmdEnqueueIdx;
	u32 cbFreeCmdQueue;
	int bCmdRunning;
	int bCmdClear;
	int bNeedRadioOFF;

	unsigned long key_entry_inuse;

+0 −1
Original line number Diff line number Diff line
@@ -211,5 +211,4 @@ void vResetCommandTimer(struct vnt_private *priv)
	priv->uCmdEnqueueIdx = 0;
	priv->command_state = WLAN_CMD_IDLE;
	priv->bCmdRunning = false;
	priv->bCmdClear = false;
}