netxen: fix tx descriptor structure

Fix the offset of vlan_TCI field in cmd_desc_type0.

Signed-off-by: Amit Kumar Salecha <amit@qlogic.com>
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Amit Kumar Salecha 2009-09-09 18:12:59 -07:00 committed by David S. Miller
parent 3db7675506
commit 58f25468b5

View File

@ -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)));