openwrtv4/target/linux/ar71xx/base-files/lib/preinit
Martin Blumenstingl e7be0decf6 ar71xx: Do not use a hardcoded ath10k firmware mac address
ar71xx has an init-script for special devices where the ath10k OTP
calibration data is stored on the PCIe card's EEPROM (and thus can only
be read by ath10k). Unfortunately the OTP data uses the default mac
address (= all devices come with the same mac address, which leads to
problems when you have multiple of these devices in the same network).

To work around this the mac address is patched in the firmware during
the first boot of the device. To prevent flash wear this was only done
if the ath10k firmware matched a hardcoded md5sum.
However, if the md5sum does not match this can mean that either the mac
address was already patched (which is fine) - unfortunately it can also
mean that the firmware version was updated without updating the
hardcoded md5sum.

Change the "was the mac address already patched" check to actually
compare the mac address inside the ath10k firmware.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2016-09-28 08:39:01 +02:00
..
03_preinit_do_ar71xx.sh ar71xx: change user-space board detection 2011-12-05 12:56:20 +00:00
05_set_iface_mac_ar71xx ar71xx: add support for Cisco Meraki Z1 Cloud Managed Teleworker Gateway 2016-09-27 17:50:22 +02:00
05_set_preinit_iface_ar71xx ar71xx: add support for Netgear WPN824N 2016-01-19 10:16:04 +00:00
82_patch_ath10k ar71xx: Do not use a hardcoded ath10k firmware mac address 2016-09-28 08:39:01 +02:00