mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/at86rf215: tx_frame_len is already set by at86rf215_tx_load()
This commit is contained in:
parent
ef639df76f
commit
a379658fa1
@ -176,9 +176,6 @@ static int _send(netdev_t *netdev, const iolist_t *iolist)
|
|||||||
at86rf215_tx_exec(dev);
|
at86rf215_tx_exec(dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* store successfully sent number of bytes */
|
|
||||||
dev->tx_frame_len = len;
|
|
||||||
|
|
||||||
/* netdev_new just returns 0 on success */
|
/* netdev_new just returns 0 on success */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user