Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dcore.c1476 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
1487 ar->max_num_stations = TARGET_10X_NUM_STATIONS; in ath10k_core_init_firmware_features()
1495 ar->max_num_stations = TARGET_TLV_NUM_STATIONS; in ath10k_core_init_firmware_features()
1506 ar->max_num_stations = TARGET_10_4_NUM_STATIONS; in ath10k_core_init_firmware_features()
Dcore.h780 int max_num_stations; member
Dmac.c5322 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()
5433 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()
5439 ar->max_num_stations); in ath10k_sta_state()
7329 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in ath10k_mac_register()
Ddebug.c152 ar->max_num_stations, in ath10k_print_driver_info()
Dwmi.c4511 ar->max_num_stations = TARGET_10_4_NUM_QCACHE_PEERS_MAX; in ath10k_wmi_event_service_ready_work()