diff options
author | Dan Williams <dcbw@redhat.com> | 2007-12-11 13:49:39 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:06:45 -0500 |
commit | ddac452680a5164bb47d61ea54f596ddaf3aea7d (patch) | |
tree | 8aae999ecedd85ca14dd5dfeeb832d46cc7c1b76 /drivers/net/wireless/libertas/hostcmd.h | |
parent | c9cd6f9d630c4422d5f7eb8018b28846e25dba20 (diff) |
libertas: rename and re-type bufvirtualaddr to cmdbuf
Make it a struct cmd_header, since that's what it is, and clean up
the places that it's used.
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/hostcmd.h')
-rw-r--r-- | drivers/net/wireless/libertas/hostcmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index a87c2174bbf3..e5e2106cd5ac 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h | |||
@@ -81,7 +81,7 @@ struct cmd_ctrl_node { | |||
81 | int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *); | 81 | int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *); |
82 | unsigned long callback_arg; | 82 | unsigned long callback_arg; |
83 | /* command data */ | 83 | /* command data */ |
84 | u8 *bufvirtualaddr; | 84 | struct cmd_header *cmdbuf; |
85 | /* wait queue */ | 85 | /* wait queue */ |
86 | u16 cmdwaitqwoken; | 86 | u16 cmdwaitqwoken; |
87 | wait_queue_head_t cmdwait_q; | 87 | wait_queue_head_t cmdwait_q; |