Skip to content

Commit a379658

Browse files
committed
drivers/at86rf215: tx_frame_len is already set by at86rf215_tx_load()
1 parent ef639df commit a379658

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/at86rf215/at86rf215_netdev.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ static int _send(netdev_t *netdev, const iolist_t *iolist)
176176
at86rf215_tx_exec(dev);
177177
}
178178

179-
/* store successfully sent number of bytes */
180-
dev->tx_frame_len = len;
181-
182179
/* netdev_new just returns 0 on success */
183180
return 0;
184181
}

0 commit comments

Comments
 (0)