Commit 58f25468 authored by Amit Kumar Salecha's avatar Amit Kumar Salecha Committed by David S. Miller

netxen: fix tx descriptor structure

Fix the offset of vlan_TCI field in cmd_desc_type0.
Signed-off-by: default avatarAmit Kumar Salecha <amit@qlogic.com>
Signed-off-by: default avatarDhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3db76755
......@@ -348,9 +348,9 @@ struct cmd_desc_type0 {
__le64 addr_buffer4;
__le16 vlan_TCI;
__le16 reserved;
__le32 reserved2;
__le16 reserved;
__le16 vlan_TCI;
} __attribute__ ((aligned(64)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment