Searched refs:rate_idx (Results 1 – 2 of 2) sorted by relevance
273 int dp_rate_idx_to_kbps(uint8_t rate_idx, uint8_t gintval);
6673 int dp_rate_idx_to_kbps(uint8_t rate_idx, uint8_t gintval) in dp_rate_idx_to_kbps() argument6675 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()