diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-05-11 09:03:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-12 08:58:43 +0100 |
commit | 47af4291711f21e1282dbc1002baebba30595aa2 (patch) | |
tree | 1ef9248e90e6ddc0be8ab2f4781bc94a7cc73f5e /MAINTAINERS | |
parent | de9c1a23add9e7842ce63ce6f498a05c66344311 (diff) | |
download | linux-stable-47af4291711f21e1282dbc1002baebba30595aa2.tar.gz linux-stable-47af4291711f21e1282dbc1002baebba30595aa2.tar.bz2 linux-stable-47af4291711f21e1282dbc1002baebba30595aa2.zip |
MAINTAINERS: exclude wireless drivers from netdev
It seems that we mostly get netdev CCed on wireless patches
which are written by people who don't know any better and
CC everything that get_maintainers spits out. Rather than
patches which indeed could benefit from general networking
review.
Marking them down in patchwork as Awaiting Upstream is
a bit tedious.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Kalle Valo <kvalo@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 13e20a9754e9..e884937f0e28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14567,6 +14567,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git F: Documentation/devicetree/bindings/net/ F: drivers/connector/ F: drivers/net/ +X: drivers/net/wireless/ F: include/dt-bindings/net/ F: include/linux/etherdevice.h F: include/linux/fcdevice.h |