Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_ratetable.h273 int dp_rate_idx_to_kbps(uint8_t rate_idx, uint8_t gintval);
H A Ddp_ratetable.c6673 int dp_rate_idx_to_kbps(uint8_t rate_idx, uint8_t gintval) in dp_rate_idx_to_kbps() argument
6675 if (rate_idx >= DP_RATE_TABLE_SIZE) in dp_rate_idx_to_kbps()
6679 return RT_GET_RAW_KBPS(&dp_11abgnratetable, rate_idx); in dp_rate_idx_to_kbps()
6681 return RT_GET_SGI_KBPS(&dp_11abgnratetable, rate_idx); in dp_rate_idx_to_kbps()