staging: vt6656: dead code byCntMeasure/TKIPCounterMeasuresInvoked
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 4 Nov 2012 17:59:05 +0000 (17:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 20:45:43 +0000 (12:45 -0800)
remove TKIPCounterMeasuresInvoked and byCntMeasure

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/mib.h
drivers/staging/vt6656/rxtx.c

index 8d9b9c1a2d50e72f8ebfd81801b051b1faf66d82..f334e64ca1938bd9029374d15e979c2059ad1d18 100644 (file)
@@ -733,7 +733,6 @@ typedef struct __device_info {
     BYTE                    byKeyIndex;
 
     BOOL                    bAES;
-    BYTE                    byCntMeasure;
 
     unsigned int                    uKeyLength;
     BYTE                    abyKey[WLAN_WEP232_KEYLEN];
index 82d69a9cc209fa7efc0493e6e2d22f36febbf9cf..85c28e923663a7ea6ad66c3c0966e43f2923587a 100644 (file)
@@ -68,7 +68,6 @@ typedef struct tagSDot11Counters {
     unsigned long long   TKIPLocalMICFailures;
     unsigned long long   TKIPRemoteMICFailures;
     unsigned long long   TKIPICVErrors;
-    unsigned long long   TKIPCounterMeasuresInvoked;
     unsigned long long   TKIPReplays;
     unsigned long long   CCMPFormatErrors;
     unsigned long long   CCMPReplays;
index a54c0c1de2e8351f5d5862a8149f6ac54a6a9dce..3a4933ecb63b0f9b2c807b010ffe48dcb98f8eb5 100644 (file)
@@ -3033,11 +3033,6 @@ int nsDMA_tx_packet(PSDevice pDevice, unsigned int uDMAIdx, struct sk_buff *skb)
                 }
             }
 
-            if (pDevice->byCntMeasure == 2) {
-                bNeedDeAuth = TRUE;
-                pDevice->s802_11Counter.TKIPCounterMeasuresInvoked++;
-            }
-
             if (pDevice->bEnableHostWEP) {
                 if ((uNodeIndex != 0) &&
                     (pMgmt->sNodeDBTable[uNodeIndex].dwKeyIndex & PAIRWISE_KEY)) {
This page took 0.027192 seconds and 5 git commands to generate.