summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/mib.h
diff options
context:
space:
mode:
authorAndres More2010-08-03 01:51:57 +0200
committerGreg Kroah-Hartman2010-08-03 03:19:04 +0200
commit6487c49e8a739ae6020ccda9470f5837e792ab53 (patch)
treeb6ca6e7c08cea8ab37603f3b0be16931f0e4cf1d /drivers/staging/vt6656/mib.h
parentstaging: vt6656: simplified tests involving both multi/broad-casts (diff)
downloadkernel-qcow2-linux-6487c49e8a739ae6020ccda9470f5837e792ab53.tar.gz
kernel-qcow2-linux-6487c49e8a739ae6020ccda9470f5837e792ab53.tar.xz
kernel-qcow2-linux-6487c49e8a739ae6020ccda9470f5837e792ab53.zip
staging: vt6656: removed NTSTATUS definition
Replaced NTSTATUS with int, as defined in a couple of places. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/mib.h')
-rw-r--r--drivers/staging/vt6656/mib.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/staging/vt6656/mib.h b/drivers/staging/vt6656/mib.h
index ee73fc6bf6c3..a89cca0c5ecf 100644
--- a/drivers/staging/vt6656/mib.h
+++ b/drivers/staging/vt6656/mib.h
@@ -369,8 +369,6 @@ typedef struct tagSStatCounter {
} SStatCounter, *PSStatCounter;
-#define NTSTATUS int
-
/*--------------------- Export Classes ----------------------------*/
/*--------------------- Export Variables --------------------------*/
@@ -407,11 +405,6 @@ STAvUpdate802_11Counter(
);
void STAvClear802_11Counter(PSDot11Counters p802_11Counter);
-
-void
-STAvUpdateUSBCounter(
- PSUSBCounter pUsbCounter,
- NTSTATUS ntStatus
- );
+void STAvUpdateUSBCounter(PSUSBCounter pUsbCounter, int ntStatus);
#endif /* __MIB_H__ */