Searched refs:supported_rates_g (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfp.c | 62 static u8 supported_rates_g[G_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24, variable 443 "supported_rates_g\n", in mwifiex_get_supported_rates() 445 k = mwifiex_copy_rates(rates, k, supported_rates_g, in mwifiex_get_supported_rates() 446 sizeof(supported_rates_g)); in mwifiex_get_supported_rates()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfp.c | 50 static u8 supported_rates_g[G_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24, variable 431 "supported_rates_g\n", in mwifiex_get_supported_rates() 433 k = mwifiex_copy_rates(rates, k, supported_rates_g, in mwifiex_get_supported_rates() 434 sizeof(supported_rates_g)); in mwifiex_get_supported_rates()
|
Completed in 2 milliseconds