Skip to content

Commit abea0d0

Browse files
haimdreyfussjmberg-intel
authored andcommitted
wifi: iwlwifi: mvm: extend alive timeout to 2 seconds
There are devices that need longer time to get the alive notification. Signed-off-by: Haim Dreyfuss <[email protected]> Signed-off-by: Gregory Greenman <[email protected]> Link: https://lore.kernel.org/r/20231011130030.f1f0aa1794e6.I34a06ef24b642a32af69c0bd109694de469d5177@changeid Signed-off-by: Johannes Berg <[email protected]>
1 parent 34cc3a4 commit abea0d0

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/intel/iwlwifi/mvm

1 file changed

+1
-1
lines changed

drivers/net/wireless/intel/iwlwifi/mvm/fw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "iwl-nvm-parse.h"
2424
#include "time-sync.h"
2525

26-
#define MVM_UCODE_ALIVE_TIMEOUT (HZ)
26+
#define MVM_UCODE_ALIVE_TIMEOUT (2 * HZ)
2727
#define MVM_UCODE_CALIB_TIMEOUT (2 * HZ)
2828

2929
#define IWL_TAS_US_MCC 0x5553

0 commit comments

Comments
 (0)