libertas: Remove cmd_oid from struct cmd_ctrl_node
This is only needed for SNMP and key operations; it doesn't need to be preserved outside that context. 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
77d8cf2c09
commit
f5ece8fc8d
@@ -69,8 +69,6 @@ struct cmd_ctrl_node {
|
||||
/* CMD link list */
|
||||
struct list_head list;
|
||||
u32 status;
|
||||
/* CMD ID */
|
||||
u32 cmd_oid;
|
||||
/*CMD wait option: wait for finish or no wait */
|
||||
u16 wait_option;
|
||||
/* command parameter */
|
||||
|
Reference in New Issue
Block a user