Home
last modified time | relevance | path

Searched refs:radio_per_hw (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dmac.c9463 u8 radio_per_hw; in ath12k_mac_allocate() local
9469 radio_per_hw = 1; in ath12k_mac_allocate()
9472 for (j = 0; j < radio_per_hw; j++) { in ath12k_mac_allocate()
9474 pdev_map[j].pdev_idx = (i * radio_per_hw) + j; in ath12k_mac_allocate()
9477 ah = ath12k_mac_hw_allocate(ab, pdev_map, radio_per_hw); in ath12k_mac_allocate()