Searched defs:wl12xx_acx_config_hangover (Results 1 – 2 of 2) sorted by relevance
1136 struct wl12xx_acx_config_hangover { struct1137 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 …]
1699 int wl12xx_acx_config_hangover(struct wl1271 *wl) in wl12xx_acx_config_hangover() function