ath79: fix patching ath9k MAC address for MyNet WiFi Range Extender
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 21 Oct 2019 14:19:47 +0000 (16:19 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 22 Oct 2019 09:41:14 +0000 (11:41 +0200)
commit77d8efe80e20da8dfed0139790319356bf94c49a
tree6eb7f951a3007448542df3af9f7389e325ada6cc
parent081d96bece97748d73e55e070e058dd735438bf0
ath79: fix patching ath9k MAC address for MyNet WiFi Range Extender

The code line patching ath9k MAC address for this device contains
a wrong number of arguments including an unset "$mac", which
looks like a typo or copy/paste mistake.

This has been introduced already in the device support commit
745dee11ac78 ("ath79: add support for WD My Net Wi-Fi Range
Extender").

This patch just removes the "$mac" argument, leaving a formally
valid line. (No on-device test has been performed.)

Cc: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 6b5303378315084bf080a6408c2ca5b2a911aa5d)
target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom