Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_ratetable.c7004 int i = 0, nss = 0, num_mcs = NUM_LEGACY_MCS; in dp_get_kbps_to_mcs() local
7030 num_mcs = NUM_HT_MCS; in dp_get_kbps_to_mcs()
7040 num_mcs = NUM_VHT_MCS; in dp_get_kbps_to_mcs()
7050 num_mcs = NUM_HE_MCS; in dp_get_kbps_to_mcs()
7069 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7085 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7101 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7111 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7127 return (i - start_index) % num_mcs; in dp_get_kbps_to_mcs()
7147 int i = 0, num_mcs = NUM_LEGACY_MCS; variable
[all …]