ath79: fix patching ath9k MAC address for MyNet WiFi Range Extender
[openwrt/openwrt.git] / target / linux / ath79 / base-files / etc / hotplug.d / firmware / 10-ath9k-eeprom
index 2d760e2091d4f47aff34e8f12cfd1e2f695aa434..2cd46f8c28a80c65042bee0e014819a80908f376 100644 (file)
@@ -111,7 +111,7 @@ case "$FIRMWARE" in
                ;;
        wd,mynet-wifi-rangeextender)
                caldata_extract "art" 0x1000 0x1000
-               ath9k_patch_mac $(nvram get wl0_hwaddr) "$mac"
+               ath9k_patch_mac $(nvram get wl0_hwaddr)
                ;;
        *)
                caldata_die "board $board is not supported yet"