Home
last modified time | relevance | path

Searched refs:max_num_peers (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.c957 ar->max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()
965 ar->max_num_peers = TARGET_10X_NUM_PEERS; in ath10k_core_init_firmware_features()
971 ar->max_num_peers = TARGET_TLV_NUM_PEERS; in ath10k_core_init_firmware_features()
Dcore.h633 int max_num_peers; member
Dmac.c373 if (ar->num_peers >= ar->max_num_peers) in ath10k_peer_create()
4082 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()