Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288361
b: refs/heads/master
c: 182ada1
h: refs/heads/master
i:
  288359: d9e6cb4
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 5, 2012
1 parent 06172cf commit 487aff2
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: 00f157b49780e194c38dafdf9df8e10b8a6a9626
refs/heads/master: 182ada1c712a4ebe14d6a023cfab3559b2527d69
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ int iwlagn_suspend(struct iwl_priv *priv,
.flags = CMD_SYNC,
.data[0] = key_data.rsc_tsc,
.dataflags[0] = IWL_HCMD_DFL_NOCOPY,
.len[0] = sizeof(key_data.rsc_tsc),
.len[0] = sizeof(*key_data.rsc_tsc),
};

ret = iwl_trans_send_cmd(trans(priv), &rsc_tsc_cmd);
Expand Down

0 comments on commit 487aff2

Please sign in to comment.