Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342094
b: refs/heads/master
c: fc5e286
h: refs/heads/master
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Dec 10, 2012
1 parent 9eb0392 commit bf438d3
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: 9dd4ea51544de0f9679630592daa3d2147f298ed
refs/heads/master: fc5e286ff4ff6da3e76e6eb58c535e250ad2ff18
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/carl9170/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ static int carl9170_handle_mpdu(struct ar9170 *ar, u8 *buf, int len,
if (!skb)
return -ENOMEM;

memcpy(IEEE80211_SKB_RXCB(skb), &status, sizeof(status));
memcpy(IEEE80211_SKB_RXCB(skb), status, sizeof(*status));
ieee80211_rx(ar->hw, skb);
return 0;
}
Expand Down

0 comments on commit bf438d3

Please sign in to comment.