From patchwork Mon Apr 6 21:58:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Richard via openwrt-devel X-Patchwork-Id: 1267092 X-Patchwork-Delegate: ynezz@true.cz Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lists.openwrt.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20170209 header.b=rEGC4230; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48x4FY66Ysz9sPF for ; Tue, 7 Apr 2020 07:59:29 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Subject: List-Help:Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:Cc:From: List-Post:List-Id:Message-ID:MIME-Version:Date:To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=plPYurBh73gQebOBO1GsFmD4GdgkXKg40avwwE52Pw0=; b=rEGC4230iCHiOHXHw39I7/bDC3 L7OZ2mjazyVhprobGArrZ531fN6ZogU25cn/zSmlNqx8xq+OFqn8ky5HHCKu3twhwEop8R9sAw9Qy tnkH3oGlC4do2NsKnjdVDn20GeA3MtX4UvIL9t6KD3MtiY6p+PzWUSaMNW0pTolzK0AGuwe+47KWH Mv30s7Nz0sB8Ck65RZyh+U7JkIoRji/bOFhHaf2OpxwIaKFyEgXiVM8ZRAd0X+kdBZXZvmD5w94ay MaU5KOX413l9yj5QT70DZWkTW6BuNTiZcMNUR8E5XNgjQDIN6DKpndRyvn9sBQo0hczD3UIzlxjLE nCm5EBJA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jLZm6-0008Eh-BQ; Mon, 06 Apr 2020 21:59:22 +0000 To: openwrt-devel@lists.openwrt.org Date: Mon, 6 Apr 2020 23:58:43 +0200 MIME-Version: 1.0 Message-ID: List-Id: List-Post: X-Patchwork-Original-From: Johann Neuhauser via openwrt-devel From: Thomas Richard via openwrt-devel Precedence: list Cc: Johann Neuhauser X-Mailman-Version: 2.1.29 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Johann Neuhauser List-Help: Subject: [OpenWrt-Devel] [PATCH] iwinfo: add device id for Mikrotik R11e-5HacD miniPCIe card Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Signed-off-by: Johann Neuhauser --- hardware.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware.txt b/hardware.txt index 07f61b7..c511395 100644 --- a/hardware.txt +++ b/hardware.txt @@ -159,6 +159,7 @@ 0x168c 0x003c 0x168c 0x3223 0 0 "Qualcomm Atheros" "QCA9880" 0x168c 0x003c 0x1a56 0x1420 0 0 "Qualcomm Atheros" "QCA9862" 0x168c 0x003c 0x19b6 0xd03c 0 0 "Mikrotik" "R11e-5HacT" +0x168c 0x003c 0x19b6 0xd075 0 0 "Mikrotik" "R11e-5HacD" 0x168c 0x0040 0x168c 0x0002 0 0 "Qualcomm Atheros" "QCA9990" 0x168c 0x0046 0x168c 0xcafe 0 0 "Qualcomm Atheros" "QCA9984" 0x168c 0x0050 0x0000 0x0000 0 0 "Qualcomm Atheros" "QCA9887"