Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194669
b: refs/heads/master
c: ba44370
h: refs/heads/master
i:
  194667: 9ee7c77
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Apr 26, 2010
1 parent 1fa4f38 commit 3f23adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5ab0af3270b29c62b8960a60092917ec8be48c4a
refs/heads/master: ba44370175d2e743065382508ed7823cc83cea0a
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/wmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ void ath9k_wmi_tasklet(unsigned long data);
do { \
ret = ath9k_wmi_cmd(priv->wmi, _wmi_cmd, NULL, 0, \
(u8 *) &cmd_rsp, \
sizeof(cmd_rsp), HZ); \
sizeof(cmd_rsp), HZ*2); \
} while (0)

#define WMI_CMD_BUF(_wmi_cmd, _buf) \
do { \
ret = ath9k_wmi_cmd(priv->wmi, _wmi_cmd, \
(u8 *) _buf, sizeof(*_buf), \
&cmd_rsp, sizeof(cmd_rsp), HZ); \
&cmd_rsp, sizeof(cmd_rsp), HZ*2); \
} while (0)

#endif /* WMI_H */

0 comments on commit 3f23adc

Please sign in to comment.