summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2023-05-17 22:51:58 +0200
committerDavid Bauer <mail@david-bauer.net>2023-05-18 01:42:52 +0200
commit9fa4aa63c5cd3bb0e48a369145e508c88ec194d2 (patch)
treeea3ef63715b231fcb530f261a2c4d56c028bbd9a
parent0dd5505a17959c0b3eabac2827031487444708fb (diff)
downloadopenwrt-9fa4aa63c5cd3bb0e48a369145e508c88ec194d2.tar.gz
mediatek: fix typo
Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r--target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
index b4c1c8f1d0..bcd32fab8e 100644
--- a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
+++ b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
@@ -14,7 +14,7 @@ case "$board" in
CI_UBIPART="UBI_DEV"
addr=$(mtd_get_mac_binary_ubi "Factory" 0x4)
# Originally, phy0 is phy1 mac with LA bit set. However, this would conflict
- # addresses on mutiple VIFs with the other radio. Set LA bit and increment
+ # addresses on multiple VIFs with the other radio. Set LA bit and increment
# mac-address instead.
[ "$PHYNBR" = "0" ] && macaddr_setbit_la $(macaddr_add $addr 1) > /sys${DEVPATH}/macaddress
[ "$PHYNBR" = "1" ] && echo "$addr" > /sys${DEVPATH}/macaddress