Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h657 u32 max_num_stations; member
H A Dmac.c6953 if (ar->num_stations >= ar->max_num_stations) in ath12k_mac_inc_num_stations()
7158 ar->max_num_stations); in ath12k_mac_station_add()
14781 ar->max_num_stations = ath12k_core_get_max_station_per_radio(ar->ab); in ath12k_mac_setup_register()
14839 wiphy->max_ap_assoc_sta += ar->max_num_stations; in ath12k_mac_hw_register()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c6859 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()
7538 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()
7557 ar->max_num_stations); in ath10k_sta_state()
10163 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in ath10k_mac_register()
H A Dwmi.c5622 ar->max_num_stations = TARGET_10_4_NUM_QCACHE_PEERS_MAX; in ath10k_wmi_event_service_ready_work()