[riot-commits] [RIOT-OS/RIOT] b81ac9: pkg: lwip: do not re-set values already set in net...
Alexandre Abadie
alexandre.abadie at inria.fr
Fri Sep 30 22:52:52 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: b81ac9ca0ef64a45abe1c1048c50ca532554fa6c
https://github.com/RIOT-OS/RIOT/commit/b81ac9ca0ef64a45abe1c1048c50ca532554fa6c
Author: Martine Lenders <mail at martine-lenders.eu>
Date: 2016-09-27 (Tue, 27 Sep 2016)
Changed paths:
M pkg/lwip/contrib/netdev2/lwip_netdev2.c
Log Message:
-----------
pkg: lwip: do not re-set values already set in netif_add
lwip_netdev2_init() is called by netif_add, which already sets these
values to an according value.
Commit: 07f814843245f9031a00d2cf469e0c02a205ba00
https://github.com/RIOT-OS/RIOT/commit/07f814843245f9031a00d2cf469e0c02a205ba00
Author: Martine Lenders <mail at martine-lenders.eu>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M pkg/lwip/contrib/netdev2/lwip_netdev2.c
M pkg/lwip/contrib/sys_arch.c
Log Message:
-----------
pkg: lwip: remove timeout timer
In case of no timeout this timer is not removed, leading to the
re-addition in a later call. This fix removes it properly.
Commit: a77f051f222d0a716e83220c819d16c0d577ee76
https://github.com/RIOT-OS/RIOT/commit/a77f051f222d0a716e83220c819d16c0d577ee76
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2016-09-30 (Fri, 30 Sep 2016)
Changed paths:
M pkg/lwip/contrib/netdev2/lwip_netdev2.c
M pkg/lwip/contrib/sys_arch.c
Log Message:
-----------
Merge pull request #5871 from miri64/pkg/fix/lwip-some-fixes
pkg: lwip: some fixes
Compare: https://github.com/RIOT-OS/RIOT/compare/d1c3233242d1...a77f051f222d
More information about the commits
mailing list