1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

drivers/at86rf231: frame_type has to be set by upper layers

This commit is contained in:
Thomas Eichinger 2014-11-04 15:12:45 +01:00
parent 5b8231737b
commit c16c2509e8

View File

@ -199,7 +199,6 @@ int16_t at86rf231_load(at86rf231_packet_t *packet)
{
// Set missing frame information
packet->frame.fcf.frame_ver = 0;
packet->frame.fcf.frame_type = 0x1;
packet->frame.src_pan_id = at86rf231_get_pan();