Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dcore.c2663 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
2675 ar->max_num_stations = TARGET_10X_TX_STATS_NUM_STATIONS; in ath10k_core_init_firmware_features()
2678 ar->max_num_stations = TARGET_10X_NUM_STATIONS; in ath10k_core_init_firmware_features()
2687 ar->max_num_stations = TARGET_TLV_NUM_STATIONS; in ath10k_core_init_firmware_features()
2703 ar->max_num_stations = TARGET_10_4_NUM_STATIONS; in ath10k_core_init_firmware_features()
Dcore.h1183 int max_num_stations; member
Dmac.c6820 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()
7499 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()
7518 ar->max_num_stations); in ath10k_sta_state()
10104 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in ath10k_mac_register()
Ddebug.c103 ar->max_num_stations, in ath10k_debug_print_boot_info()
Dwmi.c5594 ar->max_num_stations = TARGET_10_4_NUM_QCACHE_PEERS_MAX; in ath10k_wmi_event_service_ready_work()
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dcore.h621 u32 max_num_stations; member
Dmac.c4393 if (ar->num_stations >= ar->max_num_stations) in ath11k_mac_inc_num_stations()
4429 ar->max_num_stations); in ath11k_mac_station_add()
8958 ar->max_num_stations = TARGET_NUM_STATIONS(ab); in __ath11k_mac_register()
8961 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in __ath11k_mac_register()