Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/wl12xx/
Dacx.h1113 struct wl12xx_acx_set_rate_mgmt_params { struct
1114 struct acx_header header;
1116 u8 index; /* 0xff to configure all params */
1117 u8 padding1;
1118 __le16 rate_retry_score;
1119 __le16 per_add;
1120 __le16 per_th1;
1121 __le16 per_th2;
1122 __le16 max_per;
1123 u8 inverse_curiosity_factor;
[all …]
Dacx.c1657 int wl12xx_acx_set_rate_mgmt_params(struct wl1271 *wl) in wl12xx_acx_set_rate_mgmt_params() function