diff options
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_type.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/ethernet/intel/ice/ice_type.h b/drivers/net/ethernet/intel/ice/ice_type.h index c580b87c76ee..2e235646ede2 100644 --- a/drivers/net/ethernet/intel/ice/ice_type.h +++ b/drivers/net/ethernet/intel/ice/ice_type.h @@ -64,7 +64,7 @@ enum ice_aq_res_ids {  /* FW update timeout definitions are in milliseconds */  #define ICE_NVM_TIMEOUT			180000  #define ICE_CHANGE_LOCK_TIMEOUT		1000 -#define ICE_GLOBAL_CFG_LOCK_TIMEOUT	3000 +#define ICE_GLOBAL_CFG_LOCK_TIMEOUT	5000  enum ice_aq_res_access_type {  	ICE_RES_READ = 1, | 
