|
@@ -1871,6 +1871,8 @@ static int ieee80211_update_mesh_config(struct wiphy *wiphy,
|
|
|
if (_chg_mesh_attr(NL80211_MESHCONF_AWAKE_WINDOW, mask))
|
|
|
conf->dot11MeshAwakeWindowDuration =
|
|
|
nconf->dot11MeshAwakeWindowDuration;
|
|
|
+ if (_chg_mesh_attr(NL80211_MESHCONF_PLINK_TIMEOUT, mask))
|
|
|
+ conf->plink_timeout = nconf->plink_timeout;
|
|
|
ieee80211_mbss_info_change_notify(sdata, BSS_CHANGED_BEACON);
|
|
|
return 0;
|
|
|
}
|