Message ID | 20190904091211.26868-1-john@phrozen.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=6xcc=W7=lists.infradead.org=ath11k-bounces+patchwork-ath11k=patchwork.kernel.org@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A667A1395 for <patchwork-ath11k@patchwork.kernel.org>; Wed, 4 Sep 2019 09:12:27 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8305621670 for <patchwork-ath11k@patchwork.kernel.org>; Wed, 4 Sep 2019 09:12:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="W2OFNS9r" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8305621670 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=phrozen.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=ath11k-bounces+patchwork-ath11k=patchwork.kernel.org@lists.infradead.org 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=8gsa1mp7znEDP6q2c9OSikaLEM1AVxCuW2aOa+U+yPM=; b=W2OFNS9rQN3wXQ bR+dbwtdhSVou1PlTD8N1jEQe/bxiW1tI6PkxGk8LuKAGD12yYT7/+q9jXSxwnYX8xzA09OuCzSPn Fwuwq9vRYBc70iLaiw4iY/QmoMuc+l6t17To+Zy15+stbhEwo5hIgSlznjJ1XTSTKL9WuULnUet4E oyEs8mEhnkzCWlW72wNApgJH5lZCdapKlmeVspJMjmsTTvZ3ZFHgcaozyXqa5NdzFn1BlRVYe+awG ImSfwD5NcK2r/fLZKjlNW0j8K3Xc4W+d2Xk9m8ZtrDPpMLXibysLi1U+ZjayfV+AkNTtf3Uq8/qki jwq6VHJiPEHZsdsIiPcA==; 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 1i5RKz-0006m2-DJ; Wed, 04 Sep 2019 09:12:25 +0000 Received: from nbd.name ([2a01:4f8:221:3d45::2]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i5RKx-0006ii-1Q for ath11k@lists.infradead.org; Wed, 04 Sep 2019 09:12:24 +0000 Received: from p5dcfba66.dip0.t-ipconnect.de ([93.207.186.102] helo=bertha.lan) by ds12 with esmtpa (Exim 4.89) (envelope-from <john@phrozen.org>) id 1i5RKr-0004Y7-E0; Wed, 04 Sep 2019 11:12:17 +0200 From: John Crispin <john@phrozen.org> To: Kalle Valo <kvalo@codeaurora.org> Subject: [PATCH 0/4] ath11k: add HE support Date: Wed, 4 Sep 2019 11:12:07 +0200 Message-Id: <20190904091211.26868-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-20190904_021223_261255_D8F8DD45 X-CRM114-Status: UNSURE ( 7.19 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: ath11k@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <ath11k.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/ath11k>, <mailto:ath11k-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/ath11k/> List-Post: <mailto:ath11k@lists.infradead.org> List-Help: <mailto:ath11k-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/ath11k>, <mailto:ath11k-request@lists.infradead.org?subject=subscribe> Cc: ath11k@lists.infradead.org, John Crispin <john@phrozen.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" <ath11k-bounces@lists.infradead.org> Errors-To: ath11k-bounces+patchwork-ath11k=patchwork.kernel.org@lists.infradead.org |
Series | ath11k: add HE support | expand |