Searched refs:adhoc_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 | 40 static u8 adhoc_rates_b[B_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96, 0 }; variable 492 k = mwifiex_copy_rates(rates, k, adhoc_rates_b, in mwifiex_get_supported_rates() 493 sizeof(adhoc_rates_b)); in mwifiex_get_supported_rates()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfp.c | 28 static u8 adhoc_rates_b[B_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96, 0 }; variable 480 k = mwifiex_copy_rates(rates, k, adhoc_rates_b, in mwifiex_get_supported_rates() 481 sizeof(adhoc_rates_b)); in mwifiex_get_supported_rates()
|
Completed in 3 milliseconds