MAINTAINERS: Fix the location of IP stack

Change the path to IP stack as it was moved from
net/ to subsys/net/

Change-Id: I6fee4939e9b4d137d0e1bd2ff98178e2c7c90959
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-12-02 11:14:27 +02:00
parent f3c1b442ba
commit 2f273a2572
1 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ NETWORKING
M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
S: Supported
W: https://www.zephyrproject.org/doc/subsystems/networking/networking.html
F: net/ip/
F: subsys/net/ip/
F: include/net/
F: samples/net/
F: tests/net/
@ -324,7 +324,7 @@ M: Johan Hedberg <johan.hedberg@intel.com>
M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
S: Supported
W: https://www.zephyrproject.org/doc/subsystems/networking/buffers.html
F: net/buf.c
F: subsys/net/buf.c
F: include/net/buf.h
F: tests/net/buf/