Home
last modified time | relevance | path

Searched refs:tmp_rates (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Ddata_tx.c160 u8 tmp_rates[12]; in wfx_tx_policy_upload() local
173 memcpy(tmp_rates, policies[i].rates, sizeof(tmp_rates)); in wfx_tx_policy_upload()
175 hif_set_tx_rate_retry_policy(wvif, i, tmp_rates); in wfx_tx_policy_upload()