forked from Minki/linux
staging: vt6656: dead code byCntMeasure/TKIPCounterMeasuresInvoked
remove TKIPCounterMeasuresInvoked and byCntMeasure Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
95e40c7a16
commit
bebbb29c96
@ -733,7 +733,6 @@ typedef struct __device_info {
|
||||
BYTE byKeyIndex;
|
||||
|
||||
BOOL bAES;
|
||||
BYTE byCntMeasure;
|
||||
|
||||
unsigned int uKeyLength;
|
||||
BYTE abyKey[WLAN_WEP232_KEYLEN];
|
||||
|
@ -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;
|
||||
|
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user