mirror of https://gitee.com/openkylin/linux.git
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:
parent
b595f9b89c
commit
9a309289b2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue