summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--10-net-names-crc16.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/10-net-names-crc16.rules b/10-net-names-crc16.rules
index 829cc7d3417e..5016ffe2e388 100644
--- a/10-net-names-crc16.rules
+++ b/10-net-names-crc16.rules
@@ -1,2 +1,2 @@
-SUBSYSTEM=="net", ACTION=="add", KERNEL=="wlan*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="wlan-%c{1}"
-SUBSYSTEM=="net", ACTION=="add", KERNEL=="eth*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="eth-%c{1}"
+SUBSYSTEM=="net", ACTION=="add", KERNEL=="wlan*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="wlan%c{1}"
+SUBSYSTEM=="net", ACTION=="add", KERNEL=="eth*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="eth%c{1}"