Searched refs:supported_rates_b (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfp.c | 60 static u8 supported_rates_b[B_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x16, 0 }; variable 435 "supported_rates_b\n", in mwifiex_get_supported_rates() 437 k = mwifiex_copy_rates(rates, k, supported_rates_b, in mwifiex_get_supported_rates() 438 sizeof(supported_rates_b)); in mwifiex_get_supported_rates()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfp.c | 48 static u8 supported_rates_b[B_SUPPORTED_RATES] = { 0x02, 0x04, 0x0b, 0x16, 0 }; variable 423 "supported_rates_b\n", in mwifiex_get_supported_rates() 425 k = mwifiex_copy_rates(rates, k, supported_rates_b, in mwifiex_get_supported_rates() 426 sizeof(supported_rates_b)); in mwifiex_get_supported_rates()
|
Completed in 2 milliseconds