Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dcore.c2515 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
2527 ar->max_num_stations = TARGET_10X_TX_STATS_NUM_STATIONS; in ath10k_core_init_firmware_features()
2530 ar->max_num_stations = TARGET_10X_NUM_STATIONS; in ath10k_core_init_firmware_features()
2539 ar->max_num_stations = TARGET_TLV_NUM_STATIONS; in ath10k_core_init_firmware_features()
2555 ar->max_num_stations = TARGET_10_4_NUM_STATIONS; in ath10k_core_init_firmware_features()
Dcore.h1180 int max_num_stations; member
Dmac.c6736 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()
7412 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()
7431 ar->max_num_stations); in ath10k_sta_state()
10009 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.15/drivers/net/wireless/ath/ath11k/
Dcore.h486 u32 max_num_stations; member
Dmac.c3168 if (ar->num_stations >= ar->max_num_stations) in ath11k_mac_inc_num_stations()
3204 ar->max_num_stations); in ath11k_mac_station_add()
6540 ar->max_num_stations = TARGET_NUM_STATIONS; in __ath11k_mac_register()
6543 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in __ath11k_mac_register()