From patchwork Mon Mar 28 09:40:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 12793346 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7200C433EF for ; Mon, 28 Mar 2022 09:40:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239903AbiC1JmQ (ORCPT ); Mon, 28 Mar 2022 05:42:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237916AbiC1JmP (ORCPT ); Mon, 28 Mar 2022 05:42:15 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35B15140F0 for ; Mon, 28 Mar 2022 02:40:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Content-Type:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-To:Resent-Cc: Resent-Message-ID:In-Reply-To:References; bh=+zXzGF046wp9JjSQlaZ5f5o/UnUaSCWPOX6JCReI31Q=; t=1648460435; x=1649670035; b=A7ChRzG1fir7SEHjuSC1Yxo3tB9/Csh0qkH/v1dokNlhqISh89ony90O7gRGhskK1u3MHWMS0sM d1hzcMlnICpdZJjHNPH/zzPhX0cMjBB4vpa08XBo6po4+QQReWbQrmkk0WgfLRvh/LI+iVbFa2f7Y vl6friUA9FhnJdW2xmVfcBOkDt4lGaqw4/46RPKclzi3hcytgD8/MRtWupXW00BaYa3m75kjQSqHP 0/71rvoNer3FolyfbJ4n1f2dxlzFdNVKgLsTgRkdX55JZwbX7NR6ahNPjFpkuqk8S1V1XJig5kvv3 L015CKYdoHEsVj7J0pXaV5X3g9XlrMKhUuEw==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.95) (envelope-from ) id 1nYlrV-001Wgh-0s; Mon, 28 Mar 2022 11:40:33 +0200 From: Johannes Berg To: linux-wireless@vger.kernel.org Cc: Johannes Berg Subject: [PATCH] MAINTAINERS: claim include/uapi/linux/wireless.h Date: Mon, 28 Mar 2022 11:40:30 +0200 Message-Id: <20220328114029.526fbb42784d.If7c79b4ca827dfe82a545689f2d31fcedabd8387@changeid> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Johannes Berg As much as I don't really want to maintain this legacy cruft that we started replacing 15+ years ago, for now it still falls on me to take care of it. Add a missing file to the list. Signed-off-by: Johannes Berg --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 949d0b49a0bd..9c906044c5b4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -201,6 +201,7 @@ F: include/net/ieee80211_radiotap.h F: include/net/iw_handler.h F: include/net/wext.h F: include/uapi/linux/nl80211.h +F: include/uapi/linux/wireless.h F: net/wireless/ 8169 10/100/1000 GIGABIT ETHERNET DRIVER