Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324467
b: refs/heads/master
c: 7855262
h: refs/heads/master
i:
  324465: 2b941a5
  324463: ce55c76
v: v3
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent f725b91 commit ef0abef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 5b47f3cbf03f69efc24b34200d6b432fe354b8d5
refs/heads/master: 785526207f4cb7a70a9f3f0b9f991ec9ca63c72d
8 changes: 3 additions & 5 deletions trunk/drivers/staging/csr/wext_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,9 @@ _send_michaelmicfailure_event(struct net_device *dev,
union iwreq_data wrqu;
char buf[128];

sprintf(buf,
"MLME-MICHAELMICFAILURE.indication(keyid=%d %scast addr=%02x:%02x:%02x:%02x:%02x:%02x)",
key_idx, (key_type == CSR_GROUP) ? "broad" : "uni",
macaddr[0], macaddr[1], macaddr[2],
macaddr[3], macaddr[4], macaddr[5]);
sprintf(buf,
"MLME-MICHAELMICFAILURE.indication(keyid=%d %scast addr=%pM)",
key_idx, (key_type == CSR_GROUP) ? "broad" : "uni", macaddr);
memset(&wrqu, 0, sizeof(wrqu));
wrqu.data.length = strlen(buf);
wireless_send_event(dev, IWEVCUSTOM, &wrqu, buf);
Expand Down

0 comments on commit ef0abef

Please sign in to comment.