[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 15fbfb736397d7640eefda1841bfe4a07ed19f2d |
Date: |
Thu, 21 Apr 2016 21:26:23 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via 15fbfb736397d7640eefda1841bfe4a07ed19f2d (commit)
from 54f7cae12c1db25e64daec6980ffadbaa7bd94e8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 15fbfb736397d7640eefda1841bfe4a07ed19f2d
Author: Sylvain Rochet <address@hidden>
Date: Thu Apr 21 23:25:48 2016 +0200
PPP, remove useless ppp_init function
Simon says:
ppp_init() does not seem to be used. The only thing it does is calling
magic_init(), which is not required because it its called again later
from ppp_input().
Also, the time from startup is rather constant, so calling sys_jiffies()
from ppp_init() does not create a random number.
-----------------------------------------------------------------------
Summary of changes:
src/core/init.c | 4 ----
src/include/netif/ppp/ppp_impl.h | 7 -------
src/netif/ppp/ppp.c | 12 ------------
3 files changed, 23 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 15fbfb736397d7640eefda1841bfe4a07ed19f2d,
Sylvain Rochet <=