From f41dbd6986919cb1f55081f7399a0e2269103c32 Mon Sep 17 00:00:00 2001 From: Anjan Chanda <anjan.chanda@iopsys.eu> Date: Wed, 10 Jun 2020 11:57:27 +0200 Subject: [PATCH] brcm63xx: wifi: remove 'ifname' for easysoc/notify --- iopsys-brcm63xx-arm/base-files/etc/wifi.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/iopsys-brcm63xx-arm/base-files/etc/wifi.json b/iopsys-brcm63xx-arm/base-files/etc/wifi.json index 991617474..34d2e8510 100644 --- a/iopsys-brcm63xx-arm/base-files/etc/wifi.json +++ b/iopsys-brcm63xx-arm/base-files/etc/wifi.json @@ -2,17 +2,7 @@ "events" : [ { "type": "wifi-event", - "name": "cfg09ac03", - "ifname": "wl0", - "family": "easysoc", - "group": [ - "notify" - ] - }, - { - "type": "wifi-event", - "name": "cfg09ac03", - "ifname": "wl1", + "name": "default", "family": "easysoc", "group": [ "notify" -- GitLab