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

staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFF

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b595f9b8
......@@ -411,8 +411,6 @@ struct vnt_private {
u32 uCmdEnqueueIdx;
u32 cbFreeCmdQueue;
int bCmdRunning;
int bCmdClear;
int bNeedRadioOFF;
unsigned long key_entry_inuse;
......
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment