From patchwork Thu Jul 18 05:47:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Crispin X-Patchwork-Id: 11048513 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0E13B13BD for ; Thu, 18 Jul 2019 05:48:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EC676287AA for ; Thu, 18 Jul 2019 05:48:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DE98B287AE; Thu, 18 Jul 2019 05:48:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DBA53287AA for ; Thu, 18 Jul 2019 05:48:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=jUIvlOaVyt941utxykT1IoYhf1nn2i+p+TA/v9xu0bM=; b=Vxo+O7L0h2rKhz jX9G6dDMwwTI1lLjZaiq8JP364p2ulNsCZuUHra14lKUEv9tzDzQ2OMW96DIRhu8kfHSonE0e3pKN /cTGpJpeg92yorUI6UQYwjBwApCd4E/cb4xGXHwh+N5EcgNfErTYNRlKpzBsz1hPHg04ED8FSAvVU TbHaCPOmeL2X3pZ/u9Rcxolkcnhs+z2m+7nOWY93cpOTkR4I2FJiwGj5UyjlB0+oWpAbZWCWx4SZj 6A/xzqBglOaqgjaWxGGCvfvw+tAtC6ZXuDVa/Ey2ienl55kQTXufzBjYHJvODk4HM3cUOlH5bJheZ 7239GBVzJrENvepP/c+Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hnzH5-0001Wp-Pr; Thu, 18 Jul 2019 05:48:15 +0000 Received: from nbd.name ([2a01:4f8:221:3d45::2]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hnzH1-0001VC-7V for ath11k@lists.infradead.org; Thu, 18 Jul 2019 05:48:14 +0000 Received: from p5dcfbbc5.dip0.t-ipconnect.de ([93.207.187.197] helo=bertha.fritz.box) by ds12 with esmtpa (Exim 4.89) (envelope-from ) id 1hnzGw-0003rT-Uy; Thu, 18 Jul 2019 07:48:07 +0200 From: John Crispin To: Kalle Valo Subject: [PATCH] MAINTAINERS: add ath11k Date: Thu, 18 Jul 2019 07:47:57 +0200 Message-Id: <20190718054757.32693-1-john@phrozen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190717_224811_421184_492316BE X-CRM114-Status: UNSURE ( 5.85 ) X-CRM114-Notice: Please train this message. X-BeenThere: ath11k@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ath11k@lists.infradead.org, John Crispin Sender: "ath11k" Errors-To: ath11k-bounces+patchwork-ath11k=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This makes the get_maintainer.pl script work. Signed-off-by: John Crispin --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2c2fce72e694..43006c2debf0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12827,6 +12827,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git S: Supported F: drivers/net/wireless/ath/ath10k/ +QUALCOMM ATHEROS ATH10K WIRELESS DRIVER +M: Kalle Valo +L: ath11k@lists.infradead.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git +S: Supported +F: drivers/net/wireless/ath/ath11k/ + QUALCOMM ATHEROS ATH9K WIRELESS DRIVER M: QCA ath9k Development L: linux-wireless@vger.kernel.org