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