Searched refs:vht160_mcs_tx_highest (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | core.c | 96 .vht160_mcs_tx_highest = 0, 136 .vht160_mcs_tx_highest = 0, 177 .vht160_mcs_tx_highest = 0, 253 .vht160_mcs_tx_highest = 0, 293 .vht160_mcs_tx_highest = 0, 333 .vht160_mcs_tx_highest = 0, 376 .vht160_mcs_tx_highest = 0, 423 .vht160_mcs_tx_highest = 0, 476 .vht160_mcs_tx_highest = 1560, 526 .vht160_mcs_tx_highest = 780, [all …]
|
H A D | hw.h | 586 int vht160_mcs_tx_highest; member
|
H A D | mac.c | 2643 max_rate = hw->vht160_mcs_tx_highest; in ath10k_peer_assoc_h_vht() 4924 hw->vht160_mcs_tx_highest != 0)) { in ath10k_create_vht_cap() 4926 vht_cap.vht_mcs.tx_highest = cpu_to_le16(hw->vht160_mcs_tx_highest); in ath10k_create_vht_cap()
|