diff options
author | Andres More <more.andres@gmail.com> | 2010-08-02 20:51:57 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-02 18:19:04 -0700 |
commit | 6487c49e8a739ae6020ccda9470f5837e792ab53 (patch) | |
tree | b6ca6e7c08cea8ab37603f3b0be16931f0e4cf1d /drivers/staging/vt6656/mib.c | |
parent | 22040bbf84ae5cc39b2b97f064c97592aa425d06 (diff) |
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.c')
-rw-r--r-- | drivers/staging/vt6656/mib.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/staging/vt6656/mib.c b/drivers/staging/vt6656/mib.c index 9e64bad504eb..8a6ee72f4409 100644 --- a/drivers/staging/vt6656/mib.c +++ b/drivers/staging/vt6656/mib.c @@ -583,10 +583,7 @@ STAvClear802_11Counter(PSDot11Counters p802_11Counter) * */ -void -STAvUpdateUSBCounter(PSUSBCounter pUsbCounter, - NTSTATUS ntStatus - ) +void STAvUpdateUSBCounter(PSUSBCounter pUsbCounter, int ntStatus) { // if ( ntStatus == USBD_STATUS_CRC ) { @@ -594,5 +591,3 @@ STAvUpdateUSBCounter(PSUSBCounter pUsbCounter, // } } - - |