|
|
@@ -47,9 +47,6 @@ case "$FIRMWARE" in
|
|
|
avm,fritz300e)
|
|
|
caldata_extract_reverse "urloader" 0x1541 0x440
|
|
|
;;
|
|
|
- buffalo,wzr-hp-g450h)
|
|
|
- caldata_extract "art" 0x1000 0x440
|
|
|
- ;;
|
|
|
enterasys,ws-ap3705i)
|
|
|
caldata_extract "calibrate" 0x5000 0x440
|
|
|
ath9k_patch_mac $(mtd_get_mac_ascii u-boot-env0 RADIOADDR0)
|
|
|
@@ -72,10 +69,6 @@ case "$FIRMWARE" in
|
|
|
;;
|
|
|
"ath9k-eeprom-pci-0000:00:11.0.bin")
|
|
|
case $board in
|
|
|
- buffalo,wzr-600dhp|\
|
|
|
- buffalo,wzr-hp-ag300h)
|
|
|
- caldata_extract "art" 0x1000 0xeb8
|
|
|
- ;;
|
|
|
meraki,mr16)
|
|
|
caldata_extract "art" 0x11000 0xeb8
|
|
|
;;
|
|
|
@@ -86,10 +79,6 @@ case "$FIRMWARE" in
|
|
|
;;
|
|
|
"ath9k-eeprom-pci-0000:00:12.0.bin")
|
|
|
case $board in
|
|
|
- buffalo,wzr-600dhp|\
|
|
|
- buffalo,wzr-hp-ag300h)
|
|
|
- caldata_extract "art" 0x5000 0xeb8
|
|
|
- ;;
|
|
|
meraki,mr16)
|
|
|
caldata_extract "art" 0x15000 0xeb8
|
|
|
;;
|