summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/mib.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6656/mib.h')
-rw-r--r--drivers/staging/vt6656/mib.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/staging/vt6656/mib.h b/drivers/staging/vt6656/mib.h
index dcde3e62dfd2..35375325a777 100644
--- a/drivers/staging/vt6656/mib.h
+++ b/drivers/staging/vt6656/mib.h
@@ -32,8 +32,6 @@
#include "tether.h"
#include "desc.h"
-
-
//
// USB counter
//
@@ -42,13 +40,10 @@ typedef struct tagSUSBCounter {
} SUSBCounter, *PSUSBCounter;
-
-
//
// 802.11 counter
//
-
typedef struct tagSDot11Counters {
/* unsigned long Length; // Length of structure */
unsigned long long TransmittedFragmentCount;
@@ -79,7 +74,6 @@ typedef struct tagSDot11Counters {
*/
} SDot11Counters, *PSDot11Counters;
-
//
// MIB2 counter
//
@@ -117,7 +111,6 @@ typedef struct tagSMib2Counter {
#define DOWN 2 //
#define TESTING 3 //
-
//
// RMON counter
//
@@ -183,7 +176,6 @@ typedef struct tagSCustomCounters {
} SCustomCounters, *PSCustomCounters;
-
//
// Custom counter
//
@@ -214,14 +206,12 @@ typedef struct tagSISRCounters {
/////////////////////////////////////
} SISRCounters, *PSISRCounters;
-
// Value in the etherStatsStatus entry
#define VALID 1 //
#define CREATE_REQUEST 2 //
#define UNDER_CREATION 3 //
#define INVALID 4 //
-
//
// Tx packet information
//
@@ -232,7 +222,6 @@ typedef struct tagSTxPktInfo {
u8 abyDestAddr[ETH_ALEN];
} STxPktInfo, *PSTxPktInfo;
-
#define MAX_RATE 12
//
// statistic counter
@@ -319,14 +308,11 @@ typedef struct tagSStatCounter {
u8 abyCntRxPattern[16];
u8 abyCntTxPattern[16];
-
-
// Software check....
u32 dwCntRxDataErr; // rx buffer data software compare CRC err count
u32 dwCntDecryptErr; // rx buffer data software compare CRC err count
u32 dwCntRxICVErr; // rx buffer data software compare CRC err count
-
// 64-bit OID
unsigned long long ullTsrOK;
@@ -365,9 +351,6 @@ typedef struct tagSStatCounter {
} SStatCounter, *PSStatCounter;
-
-
-
void STAvUpdateIsrStatCounter(PSStatCounter pStatistic,
u8 byIsr0,
u8 byIsr1);