提交 58f25468 编写于 作者: A Amit Kumar Salecha 提交者: David S. Miller

netxen: fix tx descriptor structure

Fix the offset of vlan_TCI field in cmd_desc_type0.
Signed-off-by: NAmit Kumar Salecha <amit@qlogic.com>
Signed-off-by: NDhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册