Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dcore.c2441 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
2453 ar->max_num_stations = TARGET_10X_TX_STATS_NUM_STATIONS; in ath10k_core_init_firmware_features()
2456 ar->max_num_stations = TARGET_10X_NUM_STATIONS; in ath10k_core_init_firmware_features()
2465 ar->max_num_stations = TARGET_TLV_NUM_STATIONS; in ath10k_core_init_firmware_features()
2481 ar->max_num_stations = TARGET_10_4_NUM_STATIONS; in ath10k_core_init_firmware_features()
Dcore.h1167 int max_num_stations; member
Dmac.c6632 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()
7308 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()
7327 ar->max_num_stations); in ath10k_sta_state()
9902 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.c5590 ar->max_num_stations = TARGET_10_4_NUM_QCACHE_PEERS_MAX; in ath10k_wmi_event_service_ready_work()
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dcore.h475 u32 max_num_stations; member
Dmac.c2902 if (ar->num_stations >= ar->max_num_stations) in ath11k_mac_inc_num_stations()
2938 ar->max_num_stations); in ath11k_mac_station_add()
6238 ar->max_num_stations = TARGET_NUM_STATIONS; in __ath11k_mac_register()
6241 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in __ath11k_mac_register()