commit | 5387b348b7af299c2aa8e0318498fa7d889da4fd | [log] [tgz] |
---|---|---|
author | Avri Altman <avri.altman@intel.com> | Tue Nov 11 07:29:59 2014 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Nov 23 19:59:19 2014 +0200 |
tree | 29210ae2bee4db3be18731a0b1f483cda2df3e4a | |
parent | 886ca9f5dd1129df2ca31ab2f43299658568cbbe [diff] |
iwlwifi: mvm: Fix the keep_alive calculation The driver must set the keep alive period regardless of power management state. The keep alive period must be greater or equal to both the NIC's maximum sleep period, and the listen interval. However, we were confusing time units (TU) and msec, so fix that. Signed-off-by: Avri Altman <avri.altman@intel.com> Reviewed-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>