Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159386
b: refs/heads/master
c: 8ce73f3
h: refs/heads/master
v: v3
  • Loading branch information
Daniel C Halperin authored and John W. Linville committed Aug 4, 2009
1 parent bc15e75 commit f7ac837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 92ca8d437fdbb482752534885d86af264897da85
refs/heads/master: 8ce73f3abd064081706cc337c771378fc4431ef3
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@ int iwl_enqueue_hcmd(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
out_cmd = txq->cmd[idx];
out_meta = &txq->meta[idx];

memset(out_meta, 0, sizeof(*out_meta)); /* re-initialize to NULL */
out_meta->flags = cmd->flags;
if (cmd->flags & CMD_WANT_SKB)
out_meta->source = cmd;
Expand Down

0 comments on commit f7ac837

Please sign in to comment.