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

Commit 09bb27eb authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: vnt_tx_packet remove first assignment of time_stamp.



This is assigned later in function and should have been removed in
an out-of-tree merge.

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5deb1cfa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -929,9 +929,6 @@ int vnt_tx_packet(struct vnt_private *priv, struct sk_buff *skb)

	frame_size = tx_body_size + 4;

	/* Set time stamp */
	tx_buffer_head->time_stamp = cpu_to_le16(DEFAULT_MGN_LIFETIME_RES_64us);

	/*Set fifo controls */
	if (pkt_type == PK_TYPE_11A)
		tx_buffer_head->wFIFOCtl = 0;