ath79: D-Link DAP-2695 A1: convert ath10k caldata to nvmem
[openwrt/staging/hauke.git] / target / linux / ath79 / generic / base-files / etc / hotplug.d / ieee80211 / 10_fix_wifi_mac
index fbd5344a1e8262117075006a389d6d926ee55365..fc74d3dd4a00f18b1f0f979567bee7afca3aa363 100644 (file)
@@ -26,13 +26,13 @@ case "$board" in
        dlink,dap-3320-a1)
                mtd_get_mac_ascii bdcfg "wlanmac" > /sys${DEVPATH}/macaddress
                ;;
-       dlink,dap-2695-a1|\
        dlink,dap-3662-a1)
                [ "$PHYNBR" -eq 1 ] && \
                        mtd_get_mac_ascii bdcfg "wlanmac" > /sys${DEVPATH}/macaddress
                ;;
        dlink,dap-2660-a1|\
-       dlink,dap-2680-a1)
+       dlink,dap-2680-a1|\
+       dlink,dap-2695-a1)
                [ "$PHYNBR" -eq 0 ] && \
                        mtd_get_mac_ascii bdcfg "wlanmac_a" > /sys${DEVPATH}/macaddress
                [ "$PHYNBR" -eq 1 ] && \