summaryrefslogtreecommitdiff
path: root/src/network/netdev/netdev-gperf.gperf
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-03-28 16:23:19 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-28 23:53:12 +0900
commitec4954d934c67c315669eff5593a68fd402a63e8 (patch)
tree986eb65737ac8e9642753403ca47071d8106544d /src/network/netdev/netdev-gperf.gperf
parent53350c7bbade8c5f357aa3d1029ef9b2208ea675 (diff)
downloadsystemd-ec4954d934c67c315669eff5593a68fd402a63e8.tar.gz
network: rename netdev kind virtual-wlan -> wlan
The Kind= setting in [Match] section of .network files takes "wlan". This makes the same setting in .netdev files matches the one in .network files.
Diffstat (limited to 'src/network/netdev/netdev-gperf.gperf')
-rw-r--r--src/network/netdev/netdev-gperf.gperf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf
index 302b8a2cf8..77140be400 100644
--- a/src/network/netdev/netdev-gperf.gperf
+++ b/src/network/netdev/netdev-gperf.gperf
@@ -259,6 +259,6 @@ BatmanAdvanced.RoutingAlgorithm, config_parse_batadv_routing_algorithm,
IPoIB.PartitionKey, config_parse_ipoib_pkey, 0, offsetof(IPoIB, pkey)
IPoIB.Mode, config_parse_ipoib_mode, 0, offsetof(IPoIB, mode)
IPoIB.IgnoreUserspaceMulticastGroups, config_parse_tristate, 0, offsetof(IPoIB, umcast)
-VirtualWLAN.PhysicalDevice, config_parse_wiphy, 0, 0
-VirtualWLAN.Type, config_parse_wlan_iftype, 0, offsetof(WLan, iftype)
-VirtualWLAN.WDS, config_parse_tristate, 0, offsetof(WLan, wds)
+WLAN.PhysicalDevice, config_parse_wiphy, 0, 0
+WLAN.Type, config_parse_wlan_iftype, 0, offsetof(WLan, iftype)
+WLAN.WDS, config_parse_tristate, 0, offsetof(WLan, wds)