Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337685
b: refs/heads/master
c: a90770e
h: refs/heads/master
i:
  337683: 1098a8e
v: v3
  • Loading branch information
Hojung Youn authored and Greg Kroah-Hartman committed Nov 6, 2012
1 parent 94d2cbf commit 0be7f29
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 279dda68e2dcb19c46cb62dd2899d8dac6a9b7aa
refs/heads/master: a90770e0c33dd94375a81836daa91839f51a81ce
7 changes: 1 addition & 6 deletions trunk/drivers/staging/csr/csr_wifi_hip_unifi_signal_names.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

#include "csr_wifi_hip_unifi.h"

struct sig_name
{
struct sig_name {
s16 id;
const char *name;
};
Expand All @@ -32,13 +31,9 @@ static const struct sig_name Unifi_bulkcmd_names[] = {
const char* lookup_bulkcmd_name(u16 id)
{
if (id < 9)
{
return Unifi_bulkcmd_names[id].name;
}
if (id == 15)
{
return "Padding";
}

return "UNKNOWN";
}
Expand Down

0 comments on commit 0be7f29

Please sign in to comment.