From af22a75fbbcf25b9a1b3a4b577da593bc20de551 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 6 Sep 2017 03:50:30 -0700 Subject: [PATCH] monitor: Include OUI value for AVM --- monitor/nlmon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index ce1159cc..cea57aed 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -326,6 +326,7 @@ static const struct { } oui_table[] = { { { 0x00, 0x03, 0x7f }, "Atheros" }, { { 0x00, 0x03, 0x93 }, "Apple" }, + { { 0x00, 0x04, 0x0e }, "AVM" }, { { 0x00, 0x0f, 0xac }, "IEEE 802.11" }, { { 0x00, 0x10, 0x18 }, "Broadcom" }, { { 0x00, 0x17, 0xf2 }, "Apple" },