lantiq: modify ath9k caldata extraction to reuse caldata.sh
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 14 Oct 2019 12:02:41 +0000 (14:02 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 21 Oct 2019 11:28:58 +0000 (13:28 +0200)
commit86a1f5261795434c0e89b3f40fe5b5bfeba50602
tree4394c826f826c33690e7e9f250793720063556a0
parent8f02ab1839306ec2cacbb3b2c86e28aa019ed0ff
lantiq: modify ath9k caldata extraction to reuse caldata.sh

In lantiq, ath9k caldata extraction is implemented to work in two
alternate "modes", the standard one and another one with swapped
byte pairs.

This rearranges the functions so "standard" use is based on the
caldata.sh library, while only a single local function is required
for the special case.

Note that while the parameter for switching between normal and swab
is removed, the size of the caldata is added to the function calls
to stay consistent.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom