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

/linux-master/drivers/net/wireless/ti/wl1251/
H A Dtx.h69 unsigned rate_policy:3; member in struct:tx_control
H A Dtx.c74 tx_hdr->control.rate_policy = 0;
82 tx_hdr->control.rate_policy = 1;
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c742 acx->rate_policy.enabled_rates = cpu_to_le32(wlvif->basic_rate);
743 acx->rate_policy.short_retry_limit = c->short_retry_limit;
744 acx->rate_policy.long_retry_limit = c->long_retry_limit;
745 acx->rate_policy.aflags = c->aflags;
757 acx->rate_policy.enabled_rates =
759 acx->rate_policy.short_retry_limit = c->short_retry_limit;
760 acx->rate_policy.long_retry_limit = c->long_retry_limit;
761 acx->rate_policy.aflags = c->aflags;
775 acx->rate_policy.enabled_rates =
777 acx->rate_policy
[all...]
H A Dacx.h421 struct acx_rate_class rate_policy; member in struct:acx_rate_policy

Completed in 208 milliseconds