Searched defs:wl12xx_acx_config_hangover (Results 1 – 2 of 2) sorted by relevance
901 struct wl12xx_acx_config_hangover { struct902 struct acx_header header;904 __le32 recover_time;905 u8 hangover_period;906 u8 dynamic_mode;907 u8 early_termination_mode;908 u8 max_period;909 u8 min_period;910 u8 increase_delta;911 u8 decrease_delta;[all …]
1690 int wl12xx_acx_config_hangover(struct wl1271 *wl) in wl12xx_acx_config_hangover() function