[riot-commits] [RIOT-OS/RIOT] 167858: netdev_ieee802154: Add PAN ID to reset function
Sebastian Meiling
s at mlng.net
Wed Nov 28 12:15:47 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 167858077fb8fcaca8f33e1a941b2543d54f3639
https://github.com/RIOT-OS/RIOT/commit/167858077fb8fcaca8f33e1a941b2543d54f3639
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M drivers/netdev_ieee802154/netdev_ieee802154.c
Log Message:
-----------
netdev_ieee802154: Add PAN ID to reset function
This commit adds the reset of the PAN ID to the generic ieee802154 reset
function.
Commit: da0866a6a041bc64d19036d0ea1c60dd4515027c
https://github.com/RIOT-OS/RIOT/commit/da0866a6a041bc64d19036d0ea1c60dd4515027c
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M cpu/cc2538/include/cc2538_rf.h
M cpu/cc2538/radio/cc2538_rf.c
M cpu/cc2538/radio/cc2538_rf_netdev.c
Log Message:
-----------
cc2538_rf: Remove PAN ID initialization from reset
Commit: 7ed3f80989f700409cc56d34ee72bdf3e1424a86
https://github.com/RIOT-OS/RIOT/commit/7ed3f80989f700409cc56d34ee72bdf3e1424a86
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M cpu/native/socket_zep/socket_zep.c
Log Message:
-----------
zep: Remove PAN ID initialization from reset
Commit: 6306308ef5b0ac396095efcdaefc0af59fafdb12
https://github.com/RIOT-OS/RIOT/commit/6306308ef5b0ac396095efcdaefc0af59fafdb12
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M drivers/at86rf2xx/at86rf2xx.c
M drivers/include/at86rf2xx.h
Log Message:
-----------
at86rf2xx: Remove PAN ID initialization from reset
Commit: d2ddc4ef2ecf29abc618475f1bfd60c515ecea94
https://github.com/RIOT-OS/RIOT/commit/d2ddc4ef2ecf29abc618475f1bfd60c515ecea94
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M drivers/cc2420/cc2420.c
M drivers/include/cc2420.h
Log Message:
-----------
cc2420: Remove PAN ID initialization from reset
Commit: 52e68735c3ad2e2a9e59cda92ec5c4ebaf60a5e7
https://github.com/RIOT-OS/RIOT/commit/52e68735c3ad2e2a9e59cda92ec5c4ebaf60a5e7
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M drivers/include/kw2xrf.h
M drivers/kw2xrf/kw2xrf.c
Log Message:
-----------
kw2xrf: Remove PAN ID initialization from reset
Commit: 03653ecd397acb08f8df3628c8533efbf3b412d3
https://github.com/RIOT-OS/RIOT/commit/03653ecd397acb08f8df3628c8533efbf3b412d3
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M drivers/mrf24j40/mrf24j40.c
Log Message:
-----------
mrf24j40: Remove PAN ID initialization from reset
Commit: 357eed551d7eb9e0d59b54f3e48114a18417d86c
https://github.com/RIOT-OS/RIOT/commit/357eed551d7eb9e0d59b54f3e48114a18417d86c
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M drivers/at86rf2xx/at86rf2xx_getset.c
Log Message:
-----------
at86rf2xx: Remove netdev access from set_pan
This write access is only required when a modification to the PAN ID
happened directly via this function and not via a netdev::set operation.
The only direct call was done in the reset function of the driver
Commit: bd4592a06b80523767256b020b23c7f0b06747eb
https://github.com/RIOT-OS/RIOT/commit/bd4592a06b80523767256b020b23c7f0b06747eb
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M drivers/cc2420/cc2420_getset.c
Log Message:
-----------
cc2420: Remove netdev access from set_pan
This write access is only required when a modification to the PAN ID
happened directly via this function and not via a netdev::set operation.
The only direct call was done in the reset function of the driver
Commit: 5566f48f028e53162285a1003d5bfa5728a29f80
https://github.com/RIOT-OS/RIOT/commit/5566f48f028e53162285a1003d5bfa5728a29f80
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M drivers/kw2xrf/kw2xrf_getset.c
Log Message:
-----------
kw2xrf: Remove netdev access from set_pan
This write access is only required when a modification to the PAN ID
happened directly via this function and not via a netdev::set operation.
The only direct call was done in the reset function of the driver
Commit: 2abf86afb41b206836f924d40c1731bada8fa844
https://github.com/RIOT-OS/RIOT/commit/2abf86afb41b206836f924d40c1731bada8fa844
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M drivers/mrf24j40/mrf24j40_getset.c
Log Message:
-----------
mrf24j40: Remove netdev access from set_pan
This write access is only required when a modification to the PAN ID
happened directly via this function and not via a netdev::set operation.
The only direct call was done in the reset function of the driver
Commit: 4eaf1d8135eb004f4c90d8441752d21e137fc5ad
https://github.com/RIOT-OS/RIOT/commit/4eaf1d8135eb004f4c90d8441752d21e137fc5ad
Author: Sebastian Meiling <s at mlng.net>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M cpu/cc2538/include/cc2538_rf.h
M cpu/cc2538/radio/cc2538_rf.c
M cpu/cc2538/radio/cc2538_rf_netdev.c
M cpu/native/socket_zep/socket_zep.c
M drivers/at86rf2xx/at86rf2xx.c
M drivers/at86rf2xx/at86rf2xx_getset.c
M drivers/cc2420/cc2420.c
M drivers/cc2420/cc2420_getset.c
M drivers/include/at86rf2xx.h
M drivers/include/cc2420.h
M drivers/include/kw2xrf.h
M drivers/kw2xrf/kw2xrf.c
M drivers/kw2xrf/kw2xrf_getset.c
M drivers/mrf24j40/mrf24j40.c
M drivers/mrf24j40/mrf24j40_getset.c
M drivers/netdev_ieee802154/netdev_ieee802154.c
Log Message:
-----------
Merge pull request #10384 from bergzand/pr/netdev/ref_nid
netdev_ieee802154/radios: refactor PAN ID reset to generic ieee802154 reset
Compare: https://github.com/RIOT-OS/RIOT/compare/7078acfadf65...4eaf1d8135eb
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list