[From nobody Thu Jun 25 05:55:48 2020
Received: from challenger4.mydhp.de ([185.84.81.4])
 by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux))
 id 1jLZm3-0008E2-6b
 for openwrt-devel@lists.openwrt.org; Mon, 06 Apr 2020 21:59:21 +0000
From: Johann Neuhauser &lt;johann@it-neuhauser.de&gt;
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=it-neuhauser.de;
 s=atlas188; t=1586210342;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:
 content-transfer-encoding:content-transfer-encoding;
 bh=yvcNtVMB2c6V1pgQQpC980igwhRM3M9EfEzEIFuzuIE=;
 b=KRVuOBy/SaO5rctN2bBrE+0ExDrOmav5BpTG0yqbUW/pAEAT4xhztMPLHqzFVZcD9JUQbt
 Wf6P8z5G1S0UKTKsYcIEjVcanTCMuha7lU0kuBjP+NMrxfE+AZSecyrUaAg5afx/Hx8Dob
 o5mejlGjwkwNaWe4BAccQtkSu/3qeto=
To: openwrt-devel@lists.openwrt.org
Cc: Johann Neuhauser &lt;johann@it-neuhauser.de&gt;
Subject: [PATCH] iwinfo: add device id for Mikrotik R11e-5HacD miniPCIe card
Date: Mon,  6 Apr 2020 23:58:43 +0200
Message-Id: &lt;20200406215843.24125-1-johann@it-neuhauser.de&gt;
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 
X-CRM114-CacheID: sfid-20200406_145919_441155_EA10C19E 
X-CRM114-Status: UNSURE (   4.57  )
X-CRM114-Notice: Please train this message.
X-Spam-Score: -0.2 (/)
X-Spam-Report: SpamAssassin version 3.4.4 on bombadil.infradead.org summary:
 Content analysis details:   (-0.2 points)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 SPF_PASS               SPF: sender matches SPF record
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.1 DKIM_VALID_AU          Message has a valid DKIM or DK signature from
 author's domain
 -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
 0.1 DKIM_SIGNED            Message has a DKIM or DK signature, not necessarily
 valid
 -0.1 DKIM_VALID_EF          Message has a valid DKIM or DK signature from
 envelope-from domain

Signed-off-by: Johann Neuhauser &lt;johann@it-neuhauser.de&gt;
---
 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  &quot;Qualcomm Atheros&quot; &quot;QCA9880&quot;
 0x168c 0x003c 0x1a56 0x1420    0      0  &quot;Qualcomm Atheros&quot; &quot;QCA9862&quot;
 0x168c 0x003c 0x19b6 0xd03c    0      0  &quot;Mikrotik&quot; &quot;R11e-5HacT&quot;
+0x168c 0x003c 0x19b6 0xd075    0      0  &quot;Mikrotik&quot; &quot;R11e-5HacD&quot;
 0x168c 0x0040 0x168c 0x0002    0      0  &quot;Qualcomm Atheros&quot; &quot;QCA9990&quot;
 0x168c 0x0046 0x168c 0xcafe    0      0  &quot;Qualcomm Atheros&quot; &quot;QCA9984&quot;
 0x168c 0x0050 0x0000 0x0000    0      0  &quot;Qualcomm Atheros&quot; &quot;QCA9887&quot;
-- 
2.20.1


]