Searched defs:wl12xx_acx_config_hangover (Results 1 – 2 of 2) sorted by relevance
914 struct wl12xx_acx_config_hangover { struct915 struct acx_header header;917 __le32 recover_time;918 u8 hangover_period;919 u8 dynamic_mode;920 u8 early_termination_mode;921 u8 max_period;922 u8 min_period;923 u8 increase_delta;924 u8 decrease_delta;[all …]
1704 int wl12xx_acx_config_hangover(struct wl1271 *wl) in wl12xx_acx_config_hangover() function