Kalle Valo <kvalo@xxxxxxxxxx> wrote: > In the upcoming hardware device group abstraction radios across different > devices can be grouped together to support multi-link operation and register as > a device group to mac80211. > > Currently, ath12k_mac_allocate() and ath12k_mac_register() are part of > ath12k_core_start() and ath12k_core_pdev_create() respectively and are based on > per device (struct ath12k_base). These APIs can be decoupled and moved out to > ath12k_core_qmi_firmware_ready() itself. This refactor is helpful for device > group abstraction when mac80211 allocate and register will be changed from per > device (struct ath12k_base) to per device group (struct ath12k_hw_group). > > Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1 > Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 > > Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@xxxxxxxxxxx> > Signed-off-by: Harshitha Prem <quic_hprem@xxxxxxxxxxx> > Signed-off-by: Kalle Valo <quic_kvalo@xxxxxxxxxxx> 4 patches applied to ath-next branch of ath.git, thanks. fc38e9339c47 wifi: ath12k: Refactor core startup 016abac20b83 wifi: ath12k: add ath12k_ab_to_ah() and ath12k_ab_set_ah() 17dd22aff527 wifi: ath12k: add ath12k_get_num_hw() 45e72c306c08 wifi: ath12k: introduce QMI firmware ready flag -- https://patchwork.kernel.org/project/linux-wireless/patch/20241128165026.2618331-2-kvalo@xxxxxxxxxx/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches https://docs.kernel.org/process/submitting-patches.html