Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dacx.h891 struct wl12xx_acx_set_rate_mgmt_params { struct
892 struct acx_header header;
894 u8 index; /* 0xff to configure all params */
895 u8 padding1;
896 __le16 rate_retry_score;
897 __le16 per_add;
898 __le16 per_th1;
899 __le16 per_th2;
900 __le16 max_per;
901 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