Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337132
b: refs/heads/master
c: 0567e1e
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 22, 2012
1 parent 5befc74 commit 5f1a05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dbff11c9d35ebd41268cf5137e0619509effd461
refs/heads/master: 0567e1ec43c60e449673bb391edd05e5e49398be
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/data_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ uf_verify_m4(unifi_priv_t *priv, const unsigned char *packet, unsigned int lengt
(p[4 + 5 + 8 + 32 + 16 + 8 + 8 + 16 + 0] == 0 && /* key data length (2 octets) 0 for 4/4 only */
p[4 + 5 + 8 + 32 + 16 + 8 + 8 + 16 + 1] == 0)
) {
unifi_trace(priv, UDBG1, "uf_verify_m4: M4 detected \n");
unifi_trace(priv, UDBG1, "uf_verify_m4: M4 detected\n");
return 0;
} else {
return 1;
Expand Down

0 comments on commit 5f1a05d

Please sign in to comment.