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:
parent
5b8231737b
commit
c16c2509e8
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user