From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 228E121E098 for ; Thu, 21 May 2026 00:41:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779324117; cv=none; b=r1YBMeGRe9rm5u6bKEhsT9cm2KCPdAM0sw1nRdwH5VLVB7Wgo+1RyXYPDLH/ift9QPLX4KzH5a+J8bPMOA/i1tbUjecmQR2yRJQUMuLwkAPGdESyXGY7DsYB4BMuI8T2S3CWAY+9Ek4BXsMoKxKdLWQR3hjwiXqeT4OgbvMImiM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779324117; c=relaxed/simple; bh=kjSZ1dRI7q35FIIpQf9dma7ELfjgm/6K4fR7s+Z+FnY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=G5Tr7EBtqvm8cLoPQr/oIubqJLRLioqoE894Xgc1VQFJWI08jdm9VX+iYXuOAWABzP6/SvQtPSaxDBv5rV42tYxyMsvotmu7GIaLI7QQFKwbOmU6p/Q6Dwkh8P/onSDSJEgKdgFgpoVen0iL3xu+b5HjtID6qVFtDgVrCCNat6A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XRyaCjoL; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XRyaCjoL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 341AE1F000E9; Thu, 21 May 2026 00:41:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779324115; bh=hMMv3S9vP5vZu7ThHWmKUo5BLkJTctQIlOxweiaOA/Y=; h=From:To:Cc:Subject:Date; b=XRyaCjoLz3tL+4ZPWIBhBOHUgKfyKWrj2biRvxZgqxySf3BHCffDMCeTy2Dg709o5 B8zLSZejyGxeU8sRrLCdsq1a+3v4c9c2qHCTQRjnxfubz6pajFzXjtDVQ3mrG/UQ/I se8zfFDUk2gQwxtxpBmfvFVPdudth8WjHrnzYJebGf+0zLMJ0HA23O9iGgEgj1ilpV eZfDsrisS1myAi2G656UK9ZMDbASaYWpMz3gGlzsrOTINDzRm+YPXvtUM6CzqVdF0z +5n/yPPSDEwuLv05B0TKpAbP6dyVTeWzlrLGP0K9uyaNkNOdlkkUca8TDUXxkpNPUq fj9+DfBSuxVUw== From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, Jakub Kicinski Subject: [PATCH net] MAINTAINERS: add missing entry for Bluetooth include files Date: Wed, 20 May 2026 17:41:51 -0700 Message-ID: <20260521004151.625049-1-kuba@kernel.org> X-Mailer: git-send-email 2.54.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit We X-out net/bluetooth/ from "NETWORKING [GENERAL]" so that only the dedicated list is CCed on patches, and networking gets them once already processed by Luiz. We missed include/net/bluetooth. Signed-off-by: Jakub Kicinski --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5db1a2923dd2..fa3a766f38f1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18640,6 +18640,7 @@ F: tools/testing/selftests/net/ X: Documentation/networking/mac80211-injection.rst X: Documentation/networking/mac80211_hwsim/ X: Documentation/networking/regulatory.rst +X: include/net/bluetooth/ X: include/net/cfg80211.h X: include/net/ieee80211_radiotap.h X: include/net/iw_handler.h -- 2.54.0