From 1b10d276d2fa6f02243a7ea9d319dea47a80c211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Wed, 11 Jun 2025 11:45:45 +0200 Subject: [PATCH] MAINTAINERS.yml: add net/mii.h header to ethernet area MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add include/zephyr/net/mii.h header to ethernet area. Signed-off-by: Fin Maaß --- MAINTAINERS.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 97c04a7f2eb..9d3e442c6cc 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1460,6 +1460,7 @@ Release Notes: - tests/drivers/ethernet/ - include/zephyr/drivers/ethernet/ - include/zephyr/net/phy.h + - include/zephyr/net/mii.h - include/zephyr/net/ethernet.h labels: - "area: Ethernet"