]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: examples: use wlan for Type instead of wifi
authorLucas Magasweran <lrm@linux.com>
Mon, 10 May 2021 08:09:56 +0000 (10:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 15 May 2021 16:24:30 +0000 (18:24 +0200)
(cherry picked from commit b419e8776bc2dc1ca113c8332ed465724bff053a)

network/80-wifi-adhoc.network
network/80-wifi-ap.network.example
network/80-wifi-station.network.example

index b909f9a6c65529f5f91afe03c6e77454127ea865..8ca59dee250618dd970425ac6783ba331e496560 100644 (file)
@@ -1,5 +1,5 @@
 [Match]
-Type=wifi
+Type=wlan
 WLANInterfaceType=ad-hoc
 
 [Network]
index 2cbd59370bb5fe45ec13cb5dc4e8b30146435d5e..85493876720875e0018a0913411eb2a73adfa8bd 100644 (file)
@@ -1,5 +1,5 @@
 [Match]
-Type=wifi
+Type=wlan
 WLANInterfaceType=ap
 
 [Network]
index 9268eb68dd12c1bf1dae63f6c7c604fbaa7384a0..1fb28a1b07259e6125165f32779456376cdc0640 100644 (file)
@@ -1,5 +1,5 @@
 [Match]
-Type=wifi
+Type=wlan
 WLANInterfaceType=station
 
 [Network]