1
0

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>
Este cometimento está contido em:
Amit Kumar Salecha
2009-09-09 18:12:59 -07:00
cometido por David S. Miller
ascendente 3db7675506
cometimento 58f25468b5

Ver ficheiro

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