From b1cc15ab68925fb333f1e75862faefa365ac18d1 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 17 Nov 2019 13:15:40 +0100 Subject: wireless: T1627: fix interface names for list_interfaces.py The interface name was invalid, thus calling "list_interfaces.py -t wireless" won't return the actual wifi interfaces. --- data/interface-types.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interface-types.json b/data/interface-types.json index f5820f403..f1862b882 100644 --- a/data/interface-types.json +++ b/data/interface-types.json @@ -11,7 +11,7 @@ "l2tpv3": "l2tpeth", "vxlan": "vxlan", "wireguard": "wg", - "wireless": "wireless", + "wireless": "wlan", "wirelessmodem": "wlm", "input": "ifb", "pppoe": "pppoe" -- cgit v1.2.3