ath79: add support for Siemens WS-AP3610
[openwrt/openwrt.git] / target / linux / ath79 / generic / base-files / etc / hotplug.d / ieee80211 / 10_fix_wifi_mac
index 8c8b7932bc60e7cc5ccdf698d74f067965847483..f814bd46ad2e6f1d0596d377d02c8ac24f986d21 100644 (file)
@@ -34,6 +34,9 @@ case "$board" in
                [ "$PHYNBR" -eq 1 ] && \
                        k2t_get_mac "lan_mac" > /sys${DEVPATH}/macaddress
                ;;
+       siemens,ws-ap3610)
+               mtd_get_mac_ascii cfg1 RADIOADDR${PHYNBR} > /sys${DEVPATH}/macaddress
+               ;;
        trendnet,tew-823dru)
                # set the 2.4G interface mac address to LAN MAC
                [ "$PHYNBR" -eq 1 ] && \