Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)));