Commit abea0d06 authored by Haim Dreyfuss's avatar Haim Dreyfuss Committed by Johannes Berg

wifi: iwlwifi: mvm: extend alive timeout to 2 seconds

There are devices that need longer time to get the alive notification.
Signed-off-by: default avatarHaim Dreyfuss <haim.dreyfuss@intel.com>
Signed-off-by: default avatarGregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20231011130030.f1f0aa1794e6.I34a06ef24b642a32af69c0bd109694de469d5177@changeidSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 34cc3a4a
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "iwl-nvm-parse.h" #include "iwl-nvm-parse.h"
#include "time-sync.h" #include "time-sync.h"
#define MVM_UCODE_ALIVE_TIMEOUT (HZ) #define MVM_UCODE_ALIVE_TIMEOUT (2 * HZ)
#define MVM_UCODE_CALIB_TIMEOUT (2 * HZ) #define MVM_UCODE_CALIB_TIMEOUT (2 * HZ)
#define IWL_TAS_US_MCC 0x5553 #define IWL_TAS_US_MCC 0x5553
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment