Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200521
b: refs/heads/master
c: 13deb23
h: refs/heads/master
i:
  200519: f1896f2
v: v3
  • Loading branch information
Prarit Bhargava authored and John W. Linville committed Jun 14, 2010
1 parent 47a7407 commit 196f857
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: b561e8274f75831ee87e4ea378cbb1f9f050a51a
refs/heads/master: 13deb23a52c13053fc509f119eb80b903c65a879
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas_tf/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ int lbtf_rx(struct lbtf_private *priv, struct sk_buff *skb)

prxpd = (struct rxpd *) skb->data;

stats.flag = 0;
memset(&stats, 0, sizeof(stats));
if (!(prxpd->status & cpu_to_le16(MRVDRV_RXPD_STATUS_OK)))
stats.flag |= RX_FLAG_FAILED_FCS_CRC;
stats.freq = priv->cur_freq;
Expand Down

0 comments on commit 196f857

Please sign in to comment.