Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337475
b: refs/heads/master
c: a319cef
h: refs/heads/master
i:
  337473: 2db1066
  337471: 3f8fce7
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent b9514ee commit 716b863
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 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: f145b4f4dd70865e15dce92a93ad38b489935293
refs/heads/master: a319cefe328e824b5fa771b4caa27c6e208707a9
53 changes: 26 additions & 27 deletions trunk/drivers/staging/csr/drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,33 +166,32 @@ s32 CsrHipResultToStatus(CsrResult csrResult)
static const char*
trace_putest_cmdid(unifi_putest_command_t putest_cmd)
{
switch (putest_cmd)
{
case UNIFI_PUTEST_START:
return "START";
case UNIFI_PUTEST_STOP:
return "STOP";
case UNIFI_PUTEST_SET_SDIO_CLOCK:
return "SET CLOCK";
case UNIFI_PUTEST_CMD52_READ:
return "CMD52R";
case UNIFI_PUTEST_CMD52_BLOCK_READ:
return "CMD52BR";
case UNIFI_PUTEST_CMD52_WRITE:
return "CMD52W";
case UNIFI_PUTEST_DL_FW:
return "D/L FW";
case UNIFI_PUTEST_DL_FW_BUFF:
return "D/L FW BUFFER";
case UNIFI_PUTEST_COREDUMP_PREPARE:
return "PREPARE COREDUMP";
case UNIFI_PUTEST_GP_READ16:
return "GP16R";
case UNIFI_PUTEST_GP_WRITE16:
return "GP16W";
default:
return "ERROR: unrecognised command";
}
switch (putest_cmd) {
case UNIFI_PUTEST_START:
return "START";
case UNIFI_PUTEST_STOP:
return "STOP";
case UNIFI_PUTEST_SET_SDIO_CLOCK:
return "SET CLOCK";
case UNIFI_PUTEST_CMD52_READ:
return "CMD52R";
case UNIFI_PUTEST_CMD52_BLOCK_READ:
return "CMD52BR";
case UNIFI_PUTEST_CMD52_WRITE:
return "CMD52W";
case UNIFI_PUTEST_DL_FW:
return "D/L FW";
case UNIFI_PUTEST_DL_FW_BUFF:
return "D/L FW BUFFER";
case UNIFI_PUTEST_COREDUMP_PREPARE:
return "PREPARE COREDUMP";
case UNIFI_PUTEST_GP_READ16:
return "GP16R";
case UNIFI_PUTEST_GP_WRITE16:
return "GP16W";
default:
return "ERROR: unrecognised command";
}
}

#ifdef CSR_WIFI_HIP_DEBUG_OFFLINE
Expand Down

0 comments on commit 716b863

Please sign in to comment.