Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ti/wlcore/
Dacx.h878 struct wl12xx_acx_set_rate_mgmt_params { struct
879 struct acx_header header;
881 u8 index; /* 0xff to configure all params */
882 u8 padding1;
883 __le16 rate_retry_score;
884 __le16 per_add;
885 __le16 per_th1;
886 __le16 per_th2;
887 __le16 max_per;
888 u8 inverse_curiosity_factor;
[all …]
Dacx.c1648 int wl12xx_acx_set_rate_mgmt_params(struct wl1271 *wl) in wl12xx_acx_set_rate_mgmt_params() function