diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2017-11-14 08:37:14 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-28 13:55:00 +0100 |
commit | e02554e9a4338c58e75fdfb0ef908a5adc86cba5 (patch) | |
tree | c9b2029a35a8ee2583b8ba9c6df783b72c14ae44 /MAINTAINERS | |
parent | da1725ca4869461890d5fd1be5202ff691c05f78 (diff) | |
download | linux-e02554e9a4338c58e75fdfb0ef908a5adc86cba5.tar.gz linux-e02554e9a4338c58e75fdfb0ef908a5adc86cba5.tar.bz2 linux-e02554e9a4338c58e75fdfb0ef908a5adc86cba5.zip |
ipx: move Novell IPX protocol support into staging
The Netware IPX protocol is very old and no one should still be using
it. It is time to move it into staging for a while and eventually
decommision it.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aa71ab52fd76..56cc7261c7e4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7311,9 +7311,8 @@ F: drivers/tty/ipwireless/ IPX NETWORK LAYER L: netdev@vger.kernel.org S: Odd fixes -F: include/net/ipx.h F: include/uapi/linux/ipx.h -F: net/ipx/ +F: drivers/staging/ipx/ IRDA SUBSYSTEM M: Samuel Ortiz <samuel@sortiz.org> |