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)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 21 Sep 2019 21:41:31 +0000 (23:41 +0200)
commitf8d8b3f85d70a85d4fabc9b8ed4dbc8020be0523
tree12aaad0f720dbd1020fa385839733fc741428728
parent5b964219644cc78e8ddfc4d29289c7d31be66489
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>
target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom