Lines Matching refs:k
427 u32 k = 0; in mwifiex_get_supported_rates() local
436 k = mwifiex_copy_rates(rates, k, supported_rates_b, in mwifiex_get_supported_rates()
443 k = mwifiex_copy_rates(rates, k, supported_rates_g, in mwifiex_get_supported_rates()
454 k = mwifiex_copy_rates(rates, k, supported_rates_bg, in mwifiex_get_supported_rates()
461 k = mwifiex_copy_rates(rates, k, supported_rates_a, in mwifiex_get_supported_rates()
471 k = mwifiex_copy_rates(rates, k, supported_rates_a, in mwifiex_get_supported_rates()
477 k = mwifiex_copy_rates(rates, k, supported_rates_n, in mwifiex_get_supported_rates()
486 k = mwifiex_copy_rates(rates, k, adhoc_rates_b, in mwifiex_get_supported_rates()
492 k = mwifiex_copy_rates(rates, k, adhoc_rates_g, in mwifiex_get_supported_rates()
498 k = mwifiex_copy_rates(rates, k, adhoc_rates_bg, in mwifiex_get_supported_rates()
504 k = mwifiex_copy_rates(rates, k, adhoc_rates_a, in mwifiex_get_supported_rates()
510 return k; in mwifiex_get_supported_rates()