Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196945
b: refs/heads/master
c: 64ff404
h: refs/heads/master
i:
  196943: 48ec187
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 73dc195 commit 06723b0
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: ed57d08b9f500f6553d8fa755d90ec710757d74b
refs/heads/master: 64ff4044a8d99ea0ae858d2a0f1128ef82047f9c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/common/cmm_aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ void construct_mic_header2(unsigned char *mic_header2,
mic_header2[6] = mpdu[22] & 0x0f; /* SC */
mic_header2[7] = 0x00; /* mpdu[23]; */

if ((!qc_exists) & a4_exists) {
if ((!qc_exists) && a4_exists) {
for (i = 0; i < 6; i++)
mic_header2[8 + i] = mpdu[24 + i]; /* A4 */

Expand Down

0 comments on commit 06723b0

Please sign in to comment.