]> git.baikalelectronics.ru Git - kernel.git/commit
net: x25: Remove unimplemented X.25-over-LLC code stubs
authorXie He <xie.he.0141@gmail.com>
Wed, 9 Dec 2020 03:33:46 +0000 (19:33 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 13 Dec 2020 01:15:33 +0000 (17:15 -0800)
commit7b58288228b7be2968a81cd762c9a4d89be9d759
tree93ea5e6f7b0463109485d871b22cc7d1e8a7d172
parentec519a52bdd1186f587ce98da2ebacc87c4a83cb
net: x25: Remove unimplemented X.25-over-LLC code stubs

According to the X.25 documentation, there was a plan to implement
X.25-over-802.2-LLC. It never finished but left various code stubs in the
X.25 code. At this time it is unlikely that it would ever finish so it
may be better to remove those code stubs.

Also change the documentation to make it clear that this is not a ongoing
plan anymore. Change words like "will" to "could", "would", etc.

Cc: Martin Schiller <ms@dev.tdt.de>
Signed-off-by: Xie He <xie.he.0141@gmail.com>
Link: https://lore.kernel.org/r/20201209033346.83742-1-xie.he.0141@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/x25.rst
net/x25/af_x25.c
net/x25/x25_dev.c
net/x25/x25_route.c