diff options
author | Dan Williams <dcbw@redhat.com> | 2007-12-10 15:11:23 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:06:36 -0500 |
commit | 14e865ba5d9e9adc90363e572743ac238935ba38 (patch) | |
tree | 75da586b634bb14f7bdcfb6220a9345d2d35517c /drivers/net/wireless/libertas/decl.h | |
parent | 4f679496567809ce1e95730c25274e1832537f4b (diff) |
libertas: make lbs_cmd() usage nicer
Define a macro that relieves the caller from having to use sizeof on
the command structure when calling lbs_cmd(), and move the prototype
of __lbs_cmd() to a new cmd.h file.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/decl.h')
-rw-r--r-- | drivers/net/wireless/libertas/decl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/libertas/decl.h b/drivers/net/wireless/libertas/decl.h index 82727a87ea92..33c8305b5c0e 100644 --- a/drivers/net/wireless/libertas/decl.h +++ b/drivers/net/wireless/libertas/decl.h | |||
@@ -23,10 +23,6 @@ void lbs_send_tx_feedback(struct lbs_private *priv); | |||
23 | 23 | ||
24 | int lbs_free_cmd_buffer(struct lbs_private *priv); | 24 | int lbs_free_cmd_buffer(struct lbs_private *priv); |
25 | 25 | ||
26 | int lbs_cmd(struct lbs_private *priv, uint16_t command, void *cmd, int cmd_size, | ||
27 | int (*callback)(struct lbs_private *, unsigned long, struct cmd_ds_command *), | ||
28 | unsigned long callback_arg); | ||
29 | |||
30 | int lbs_prepare_and_send_command(struct lbs_private *priv, | 26 | int lbs_prepare_and_send_command(struct lbs_private *priv, |
31 | u16 cmd_no, | 27 | u16 cmd_no, |
32 | u16 cmd_action, | 28 | u16 cmd_action, |