Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dcore.c2352 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
2364 ar->max_num_stations = TARGET_10X_TX_STATS_NUM_STATIONS; in ath10k_core_init_firmware_features()
2367 ar->max_num_stations = TARGET_10X_NUM_STATIONS; in ath10k_core_init_firmware_features()
2376 ar->max_num_stations = TARGET_TLV_NUM_STATIONS; in ath10k_core_init_firmware_features()
2392 ar->max_num_stations = TARGET_10_4_NUM_STATIONS; in ath10k_core_init_firmware_features()
Dcore.h1102 int max_num_stations; member
Dmac.c6393 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()
6491 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()
6510 ar->max_num_stations); in ath10k_sta_state()
8860 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.c5490 ar->max_num_stations = TARGET_10_4_NUM_QCACHE_PEERS_MAX; in ath10k_wmi_event_service_ready_work()