diff mbox series

[OpenWrt-Devel] iwinfo: add device id for Mikrotik R11e-5HacD miniPCIe card

Message ID mailman.1406.1586210362.2542.openwrt-devel@lists.openwrt.org
State Accepted
Delegated to: Petr Štetiar
Headers show
Series [OpenWrt-Devel] iwinfo: add device id for Mikrotik R11e-5HacD miniPCIe card | expand

Commit Message

Thomas Richard via openwrt-devel April 6, 2020, 9:58 p.m. UTC
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 <johann@it-neuhauser.de>
---
 hardware.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Petr Štetiar June 3, 2020, 11:24 a.m. UTC | #1
Hi, please next time don't forget to add commit description as it's mandatory. Thanks.

Johann Neuhauser via openwrt-devel <openwrt-devel@lists.openwrt.org> [2020-04-06 23:58:43]:

 From: Johann Neuhauser <johann@it-neuhauser.de>
> To: openwrt-devel@lists.openwrt.org
> Cc: Johann Neuhauser <johann@it-neuhauser.de>
> Subject: [PATCH] iwinfo: add device id for Mikrotik R11e-5HacD miniPCIe card
> Message-Id: <20200406215843.24125-1-johann@it-neuhauser.de>
> 
> Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
> ---
>  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"
> -- 
> 2.20.1
> 
> 

> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

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"