ath79: remove invalid uses of ath9k_patch_fw_mac_crc
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 18 Sep 2019 15:11:06 +0000 (17:11 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Tue, 24 Sep 2019 20:26:20 +0000 (16:26 -0400)
commitae19ff224e767af77e71bc0afb3169c45ecba421
treec1e2d5fe63379a6823afed2945db6fc13a21a65f
parent3014bf3e247cdbc2afdb96a9615f221680a833ba
ath79: remove invalid uses of ath9k_patch_fw_mac_crc

Some ar9344-based devices are using ath9k_patch_fw_mac_crc, which
is meant to generate a checksum, for fixing their ath9k MAC
addresses.
However, those do not have a checksum field, and the calculated
checksum offset would be negative.

This patch will use ath9k_patch_fw_mac function for those devices.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit f8d8b3f85d70a85d4fabc9b8ed4dbc8020be0523)
target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom