ipq40xx: add support for Netgear RBX40
[openwrt/staging/jow.git] / target / linux / ipq40xx / base-files / etc / hotplug.d / firmware / 11-ath10k-caldata
index e77267bf42dcb7e673669c43285595042619ca84..7b72df86ef42af7bae73451ebcc7dd0375d15481 100644 (file)
@@ -40,6 +40,8 @@ case "$FIRMWARE" in
                # OEM assigns 4 sequential MACs
                ath10k_patch_mac $(macaddr_setbit_la $(macaddr_add "$(cat /sys/class/net/eth0/address)" 4))
                ;;
+       netgear,rbr40|\
+       netgear,rbs40|\
        netgear,rbr50|\
        netgear,rbs50|\
        netgear,srr60|\
@@ -117,6 +119,8 @@ case "$FIRMWARE" in
                ( [ -f "$wlan_data" ] && caldata_sysfsload_from_file "$wlan_data" 0x0 0x2f20 ) || \
                ( [ -d "$wlan_data" ] && caldata_sysfsload_from_file "$wlan_data/data_0" 0x0 0x2f20 )
                ;;
+       netgear,rbr40|\
+       netgear,rbs40|\
        netgear,rbr50|\
        netgear,rbs50|\
        netgear,srr60|\
@@ -211,6 +215,8 @@ case "$FIRMWARE" in
                ( [ -f "$wlan_data" ] && caldata_sysfsload_from_file "$wlan_data" 0x8000 0x2f20 ) || \
                ( [ -d "$wlan_data" ] && caldata_sysfsload_from_file "$wlan_data/data_2" 0x0 0x2f20 )
                ;;
+       netgear,rbr40|\
+       netgear,rbs40|\
        netgear,rbr50|\
        netgear,rbs50|\
        netgear,srr60|\