Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c2674 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
2686 ar->max_num_stations = TARGET_10X_TX_STATS_NUM_STATIONS; in ath10k_core_init_firmware_features()
2689 ar->max_num_stations = TARGET_10X_NUM_STATIONS; in ath10k_core_init_firmware_features()
2698 ar->max_num_stations = TARGET_TLV_NUM_STATIONS; in ath10k_core_init_firmware_features()
2714 ar->max_num_stations = TARGET_10_4_NUM_STATIONS; in ath10k_core_init_firmware_features()
H A Dcore.h1187 int max_num_stations; member
H A Dmac.c6822 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()
7501 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()
7520 ar->max_num_stations); in ath10k_sta_state()
10113 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in ath10k_mac_register()
H A Ddebug.c105 ar->max_num_stations, in ath10k_debug_print_boot_info()
H A Dwmi.c5616 ar->max_num_stations = TARGET_10_4_NUM_QCACHE_PEERS_MAX; in ath10k_wmi_event_service_ready_work()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h492 u32 max_num_stations; member
H A Dmac.c3621 if (ar->num_stations >= ar->max_num_stations) in ath12k_mac_inc_num_stations()
3657 ar->max_num_stations); in ath12k_mac_station_add()
7304 ar->max_num_stations = TARGET_NUM_STATIONS; in __ath12k_mac_register()
7307 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in __ath12k_mac_register()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h635 u32 max_num_stations; member
H A Dmac.c4878 if (ar->num_stations >= ar->max_num_stations) in ath11k_mac_inc_num_stations()
4914 ar->max_num_stations); in ath11k_mac_station_add()
9523 ar->max_num_stations = TARGET_NUM_STATIONS(ab); in __ath11k_mac_register()
9526 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in __ath11k_mac_register()