staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFF
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 13 Jul 2014 09:42:44 +0000 (10:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jul 2014 19:22:34 +0000 (12:22 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/device.h
drivers/staging/vt6656/wcmd.c

index a6eeebc6fe9574d7c0dd701e9211b69dfe5f70ca..a1ed376acac29354ae7386ec8465774ae71aa5cf 100644 (file)
@@ -411,8 +411,6 @@ struct vnt_private {
        u32 uCmdEnqueueIdx;
        u32 cbFreeCmdQueue;
        int bCmdRunning;
-       int bCmdClear;
-       int bNeedRadioOFF;
 
        unsigned long key_entry_inuse;
 
index c2da8cceff10ab28e6e2afbdff3583ceed654bd7..fa7c7b654cbd4b611783a76ebffe46ecef3ae785 100644 (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;
 }
This page took 0.026358 seconds and 5 git commands to generate.