]> 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)
committerLucas Magasweran <lrm@linux.com>
Mon, 10 May 2021 09:28:52 +0000 (11:28 +0200)
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]