[riot-commits] [RIOT-OS/RIOT] e5e67b: drivers/at86rf2xx: mask frame length according to ...
Peter Kietzmann
peter.kietzmann at haw-hamburg.de
Fri May 20 15:14:56 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: e5e67b3870e7e52096b87457e5aaad3d4c81da75
https://github.com/RIOT-OS/RIOT/commit/e5e67b3870e7e52096b87457e5aaad3d4c81da75
Author: Thomas Eichinger <thomas.eichinger1 at gmail.com>
Date: 2016-04-02 (Sat, 02 Apr 2016)
Changed paths:
M drivers/at86rf2xx/at86rf2xx_netdev.c
Log Message:
-----------
drivers/at86rf2xx: mask frame length according to data sheet
After some discussion on the devel mailing list about smuggeling in corrupted frames by e.g. SDRs I'd propose we mask the length field according to the datasheet again. It was done before in at86rf2xx_get_length but this funtion did get used anymore along the way.
Commit: 5a45c31bcbd3d5033f3b22b8474103584440ca0b
https://github.com/RIOT-OS/RIOT/commit/5a45c31bcbd3d5033f3b22b8474103584440ca0b
Author: Thomas Eichinger <thomas.eichinger1 at gmail.com>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M drivers/at86rf2xx/at86rf2xx.c
M drivers/include/at86rf2xx.h
Log Message:
-----------
drivers/at86rf2xx: remove unused functions
These two functions are not used anymore and can be omitted.
Commit: e08733d2d1ec0c38baddbe8ef7b188dbd6d874c7
https://github.com/RIOT-OS/RIOT/commit/e08733d2d1ec0c38baddbe8ef7b188dbd6d874c7
Author: Peter Kietzmann <peter.kietzmann at haw-hamburg.de>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M drivers/at86rf2xx/at86rf2xx.c
M drivers/at86rf2xx/at86rf2xx_netdev.c
M drivers/include/at86rf2xx.h
Log Message:
-----------
Merge pull request #5234 from thomaseichinger/pr/phr_length_mask
drivers/at86rf2xx: mask frame length according to data sheet
Compare: https://github.com/RIOT-OS/RIOT/compare/9693c3cdf557...e08733d2d1ec
More information about the commits
mailing list