diff options
author | Simon Horman <horms@kernel.org> | 2024-09-02 10:09:37 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2024-09-03 21:36:02 +0300 |
commit | 5872b47ce18efad5862b74ad334cbdfffa7f8a0c (patch) | |
tree | 21cb8877c2dc7b23e9a405c1b579d908f2f4143e /MAINTAINERS | |
parent | e88b9ed3e03a6471bee131f201f6f2f87383e898 (diff) | |
download | lwn-5872b47ce18efad5862b74ad334cbdfffa7f8a0c.tar.gz lwn-5872b47ce18efad5862b74ad334cbdfffa7f8a0c.zip |
MAINTAINERS: wifi: cw1200: add net-cw1200.h
This is part of an effort [1] to assign a section in MAINTAINERS to header
files that relate to Networking. In this case the files with "net" in
their name.
[1] https://lore.kernel.org/netdev/20240821-net-mnt-v2-0-59a5af38e69d@kernel.org/
It seems that net-cw1200.h is part of the CW1200 WLAN driver and
this it is appropriate to add it to the section for that driver.
Signed-off-by: Simon Horman <horms@kernel.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20240902-wifi-mnt-v2-1-f5ad1f36e993@kernel.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8766f3e5e87e..d705e22f1d28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5951,6 +5951,7 @@ F: Documentation/process/cve.rst CW1200 WLAN driver S: Orphan F: drivers/net/wireless/st/cw1200/ +F: include/linux/platform_data/net-cw1200.h CX18 VIDEO4LINUX DRIVER M: Andy Walls <awalls@md.metrocast.net> |