|
@@ -1172,6 +1172,8 @@ unsigned int iwl_mvm_get_wd_timeout(struct iwl_mvm *mvm,
|
|
return le32_to_cpu(txq_timer->p2p_go);
|
|
return le32_to_cpu(txq_timer->p2p_go);
|
|
case NL80211_IFTYPE_P2P_DEVICE:
|
|
case NL80211_IFTYPE_P2P_DEVICE:
|
|
return le32_to_cpu(txq_timer->p2p_device);
|
|
return le32_to_cpu(txq_timer->p2p_device);
|
|
|
|
+ case NL80211_IFTYPE_MONITOR:
|
|
|
|
+ return default_timeout;
|
|
default:
|
|
default:
|
|
WARN_ON(1);
|
|
WARN_ON(1);
|
|
return mvm->cfg->base_params->wd_timeout;
|
|
return mvm->cfg->base_params->wd_timeout;
|