staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFF

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-07-13 10:42:44 +01:00 committed by Greg Kroah-Hartman
parent b595f9b89c
commit 9a309289b2
2 changed files with 0 additions and 3 deletions

View file

@ -411,8 +411,6 @@ struct vnt_private {
u32 uCmdEnqueueIdx;
u32 cbFreeCmdQueue;
int bCmdRunning;
int bCmdClear;
int bNeedRadioOFF;
unsigned long key_entry_inuse;

View file

@ -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;
}