libertas: kill pdata_buf member of struct cmd_ctrl_node
We can use the callback_arg for it; that's the way we're heading anyway... Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
David S. Miller
parent
ad12d0f418
commit
75567670c6
@@ -75,7 +75,6 @@ struct cmd_header {
|
||||
struct cmd_ctrl_node {
|
||||
struct list_head list;
|
||||
/* command response */
|
||||
void *pdata_buf;
|
||||
int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *);
|
||||
unsigned long callback_arg;
|
||||
/* command data */
|
||||
|
Reference in New Issue
Block a user