summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/mib.h
diff options
context:
space:
mode:
authorJoe Perches2013-03-19 04:55:41 +0100
committerGreg Kroah-Hartman2013-03-25 19:16:17 +0100
commit96d69e201bbdb05c363e899138f9f42bc8ad8f88 (patch)
treef3ba7f8c5436cfbce1617f415febbd681fe78fd4 /drivers/staging/vt6655/mib.h
parentstaging: vt6655: Fix macro definitions (diff)
downloadkernel-qcow2-linux-96d69e201bbdb05c363e899138f9f42bc8ad8f88.tar.gz
kernel-qcow2-linux-96d69e201bbdb05c363e899138f9f42bc8ad8f88.tar.xz
kernel-qcow2-linux-96d69e201bbdb05c363e899138f9f42bc8ad8f88.zip
staging: vt6655: Remove unnecessary blank lines
Remove a bunch of useless vertical whitespace. Convert 3 or more consecutive newlines to 2. Remove blank lines after open brace and before close brace. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/mib.h')
-rw-r--r--drivers/staging/vt6655/mib.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/vt6655/mib.h b/drivers/staging/vt6655/mib.h
index c2740e0bb059..6b99c119b78f 100644
--- a/drivers/staging/vt6655/mib.h
+++ b/drivers/staging/vt6655/mib.h
@@ -67,7 +67,6 @@ typedef struct tagSDot11Counters {
// unsigned long long DecryptFailureCount;
} SDot11Counters, *PSDot11Counters;
-
//
// MIB2 counter
//
@@ -105,7 +104,6 @@ typedef struct tagSMib2Counter {
#define DOWN 2 //
#define TESTING 3 //
-
//
// RMON counter
//
@@ -168,10 +166,8 @@ typedef struct tagSCustomCounters {
unsigned long long ullRsr12MCRCOk;
unsigned long long ullRsr9MCRCOk;
unsigned long long ullRsr6MCRCOk;
-
} SCustomCounters, *PSCustomCounters;
-
//
// Custom counter
//
@@ -202,7 +198,6 @@ typedef struct tagSISRCounters {
/////////////////////////////////////
} SISRCounters, *PSISRCounters;
-
// Value in the etherStatsStatus entry
#define VALID 1 //
#define CREATE_REQUEST 2 //
@@ -217,7 +212,6 @@ typedef struct tagSStatCounter {
// ISR status count
//
-
// RSR status count
//
unsigned long dwRsrFrmAlgnErr;
@@ -293,8 +287,6 @@ typedef struct tagSStatCounter {
unsigned char abyCntRxPattern[16];
unsigned char abyCntTxPattern[16];
-
-
// Software check....
unsigned long dwCntRxDataErr; // rx buffer data software compare CRC err count
unsigned long dwCntDecryptErr; // rx buffer data software compare CRC err count
@@ -370,6 +362,3 @@ void STAvUpdate802_11Counter(
void STAvClear802_11Counter(PSDot11Counters p802_11Counter);
#endif // __MIB_H__
-
-
-