> -----Original Message----- > From: openwrt-devel [mailto:[email protected]] > On Behalf Of Adrian Schmutzler > Sent: Freitag, 6. September 2019 16:54 > To: [email protected] > Subject: [OpenWrt-Devel] [PATCH 2/2] ath79: refactor ath9k/ath10k caldata > functions into library > > Both ath9k and ath10k caldata extraction use similar functions, which in > several cases only differ by their name. > > This patch moves functions to a shared library script and merges ath9k and > ath10k variants there. > MAC address patch functions are moved, but not merged, as they are > considerably different from each other. > > Having the functions in a library file will also help to reuse them after the > nand subtarget has been reworked. > > Signed-off-by: Adrian Schmutzler <[email protected]> > > --- > > This has not been device-tested yet.
Run-tested on: WDR4300 v1 (ath9k) Archer C60 v2 (ath10k) While testing, I found that (independent of these patches) on WDR4300v1 (ath9k) the following messages occur during first boot only: [ 12.920627] ath9k 0000:00:00.0: Direct firmware load for ath9k-eeprom-pci-0000:00:00.0.bin failed with error -2 [ 12.930924] ath9k 0000:00:00.0: Falling back to syfs fallback for: ath9k-eeprom-pci-0000:00:00.0.bin Any ideas?
openpgp-digital-signature.asc
Description: PGP signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
