the board was extracted with ath11k-bdencoder, to provide "bus=ahb,qmi-chip-id=0,qmi-board-id=255,variant=TP-Link-EAP620HD-v2.bin"
i had gotten the regdb.bin from ea610-outdoor and put it in with ath11k_bdf_tool.py
now the question i have is how to create a new board-2.bin based off of this updated "bus=ahb,qmi-chip-id=0,qmi-board-id=255,variant=TP-Link-EAP620HD-v2.bin"
The way I understand the regdb change is that one works on the raw BDF (board.bin), then repackages it with ath11k-bdencoder. lan instead of eth0 is normal.
to add context, I think the included regdb of the extrated eap620hd-v2 bin also doesnt match to have channels allowed. Using that configuration gives the following:
Tue Feb 25 18:28:18 2025 daemon.notice netifd: Wireless device 'radio0' is now up
Tue Feb 25 18:28:23 2025 daemon.notice hostapd: Frequency 5180 (primary) not allowed for AP mode, flags: 0x873 NO-IR
Tue Feb 25 18:28:23 2025 daemon.err hostapd: Primary frequency not allowed
Tue Feb 25 18:28:23 2025 daemon.warn hostapd: phy0-ap0: IEEE 802.11 Configured channel (36) or frequency (5180) (secondary_channel=1) not found from the channel list of the current mode (2) IEEE 802.11a
Tue Feb 25 18:28:23 2025 daemon.warn hostapd: phy0-ap0: IEEE 802.11 Hardware does not support configured channel
Tue Feb 25 18:28:23 2025 daemon.err hostapd: Could not select hw_mode and channel. (-3)
Tue Feb 25 18:28:23 2025 daemon.notice hostapd: phy0-ap0: interface state COUNTRY_UPDATE->DISABLED
Tue Feb 25 18:28:23 2025 daemon.notice hostapd: phy0-ap0: AP-DISABLED
root@OpenWrt:~#
so im just not sure what regdb to use or where to go to next