Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dhw.h684 #define TARGET_NUM_STATIONS 16 macro
685 #define TARGET_NUM_PEERS ((TARGET_NUM_STATIONS) + \
H A Dcore.c2696 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhw.h30 #define TARGET_NUM_STATIONS(ab) (ab->hw_params.num_peers) macro
H A Dmac.c10223 ar->max_num_stations = TARGET_NUM_STATIONS(ab); in __ath11k_mac_register()