Searched defs:wakeup_period (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-power.c273 int dynps_ms, int wakeup_period)
279 * also adjust the succession here to the wakeup_period below.
291 if (wakeup_period > IWL_DTIM_RANGE_0_MAX)
293 if (wakeup_period > IWL_DTIM_RANGE_1_MAX)
321 cpu_to_le32(min_t(int, slp_succ[i], wakeup_period));
271 iwl_power_fill_sleep_cmd(struct iwl_priv *priv, struct iwl_powertable_cmd *cmd, int dynps_ms, int wakeup_period) argument

Completed in 64 milliseconds