Home
last modified time | relevance | path

Searched defs:wl12xx_acx_set_rate_mgmt_params (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dacx.h892 struct wl12xx_acx_set_rate_mgmt_params { struct
893 struct acx_header header;
895 u8 index; /* 0xff to configure all params */
896 u8 padding1;
897 __le16 rate_retry_score;
898 __le16 per_add;
899 __le16 per_th1;
900 __le16 per_th2;
901 __le16 max_per;
902 u8 inverse_curiosity_factor;
[all …]
Dacx.c1662 int wl12xx_acx_set_rate_mgmt_params(struct wl1271 *wl) in wl12xx_acx_set_rate_mgmt_params() function