Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/wl12xx/
Dacx.h1136 struct wl12xx_acx_config_hangover { struct
1137 struct acx_header header;
1139 __le32 recover_time;
1140 u8 hangover_period;
1141 u8 dynamic_mode;
1142 u8 early_termination_mode;
1143 u8 max_period;
1144 u8 min_period;
1145 u8 increase_delta;
1146 u8 decrease_delta;
[all …]
Dacx.c1699 int wl12xx_acx_config_hangover(struct wl1271 *wl) in wl12xx_acx_config_hangover() function