Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dacx.c756 acx->rate_policy.enabled_rates = cpu_to_le32(wlvif->basic_rate); in wl1271_acx_sta_rate_policies()
757 acx->rate_policy.short_retry_limit = c->short_retry_limit; in wl1271_acx_sta_rate_policies()
758 acx->rate_policy.long_retry_limit = c->long_retry_limit; in wl1271_acx_sta_rate_policies()
759 acx->rate_policy.aflags = c->aflags; in wl1271_acx_sta_rate_policies()
771 acx->rate_policy.enabled_rates = in wl1271_acx_sta_rate_policies()
773 acx->rate_policy.short_retry_limit = c->short_retry_limit; in wl1271_acx_sta_rate_policies()
774 acx->rate_policy.long_retry_limit = c->long_retry_limit; in wl1271_acx_sta_rate_policies()
775 acx->rate_policy.aflags = c->aflags; in wl1271_acx_sta_rate_policies()
789 acx->rate_policy.enabled_rates = in wl1271_acx_sta_rate_policies()
791 acx->rate_policy.short_retry_limit = c->short_retry_limit; in wl1271_acx_sta_rate_policies()
[all …]
Dacx.h435 struct acx_rate_class rate_policy; member
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dtx.h83 unsigned rate_policy:3; member
Dtx.c88 tx_hdr->control.rate_policy = 0; in wl1251_tx_control()
96 tx_hdr->control.rate_policy = 1; in wl1251_tx_control()