Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219640
b: refs/heads/master
c: 27264fb
h: refs/heads/master
v: v3
  • Loading branch information
Andres More authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent eddacc8 commit 40c41d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 203e4615ee9d9fa8d3506b9d0ef30095e4d5bc90
refs/heads/master: 27264fb8c74ab936fdcc0fb2ec9264bf13ba3baf
3 changes: 0 additions & 3 deletions trunk/drivers/staging/vt6656/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,13 @@ typedef enum _VIA_PKT_TYPE

//++ NDIS related

#define NDIS_STATUS int

typedef enum __DEVICE_NDIS_STATUS {
STATUS_SUCCESS = 0,
STATUS_FAILURE,
STATUS_RESOURCES,
STATUS_PENDING,
} DEVICE_NDIS_STATUS, *PDEVICE_NDIS_STATUS;


#define MAX_BSSIDINFO_4_PMKID 16
#define MAX_PMKIDLIST 5
//Flags for PMKID Candidate list structure
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/vt6656/firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ FIRMWAREbDownload(
PSDevice pDevice
)
{
NDIS_STATUS NdisStatus;
int NdisStatus;
PBYTE pBuffer = NULL;
WORD wLength;
int ii;
Expand Down Expand Up @@ -823,7 +823,7 @@ FIRMWAREbBrach2Sram(
PSDevice pDevice
)
{
NDIS_STATUS NdisStatus;
int NdisStatus;

DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"---->Branch to Sram\n");

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6656/usbpipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ s_nsBulkInUsbIoCompleteRead(
* Return Value: STATUS_INSUFFICIENT_RESOURCES or result of IoCallDriver
*
*/
NDIS_STATUS
int
PIPEnsSendBulkOut(
PSDevice pDevice,
PUSB_SEND_CONTEXT pContext
Expand Down

0 comments on commit 40c41d5

Please sign in to comment.