ath79: add support for Qihoo C301
[openwrt/openwrt.git] / target / linux / ath79 / base-files / etc / hotplug.d / firmware / 10-ath9k-eeprom
index 5a20b84344a88aeafa0b2cde5260de87a88ad4a1..f049dbd46ae50f910d774b67853d4e0089eecf55 100644 (file)
@@ -127,6 +127,10 @@ case "$FIRMWARE" in
                ath9k_eeprom_extract "art" 4096 1088
                ath9k_patch_fw_mac $(mtd_get_mac_text board_data 1664) 2
                ;;
+       qihoo,c301)
+               ath9k_eeprom_extract "radiocfg" 4096 1088
+               ath9k_patch_fw_mac $(mtd_get_mac_ascii devdata "wlan24mac") 2
+               ;;
        *)
                ath9k_eeprom_die "board $board is not supported yet"
                ;;