Searched refs:SIR_NUM_11B_RATES (Results 1 – 5 of 5) sorted by relevance
71 #define SIR_NUM_11B_RATES 4 /* 1,2,5.5,11 */ macro535 uint16_t llbRates[SIR_NUM_11B_RATES];
3406 if ((b_rateindex > SIR_NUM_11B_RATES) || in lim_tdls_populate_matching_rate_set()3418 if (b_rateindex < SIR_NUM_11B_RATES) in lim_tdls_populate_matching_rate_set()
1760 if (bRateIndex >= SIR_NUM_11B_RATES) { in lim_populate_peer_rate_set()2024 } else if ((b_rate_index < SIR_NUM_11B_RATES) && in lim_populate_matching_rate_set()
1495 for (i = 0; i < SIR_NUM_11B_RATES; i++) { in wma_send_peer_assoc()
7481 for (i = 0; (i < SIR_NUM_11B_RATES && _11bRates[i]); i++, num_supp++) {