Skip to content

Commit

Permalink
drivers/at86rf215: tx_frame_len is already set by at86rf215_tx_load()
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Nov 22, 2024
1 parent ef639df commit a379658
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/at86rf215/at86rf215_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ static int _send(netdev_t *netdev, const iolist_t *iolist)
at86rf215_tx_exec(dev);
}

/* store successfully sent number of bytes */
dev->tx_frame_len = len;

/* netdev_new just returns 0 on success */
return 0;
}
Expand Down

0 comments on commit a379658

Please sign in to comment.