diff options
Diffstat (limited to 'net/mac80211/cfg.c')
| -rw-r--r-- | net/mac80211/cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 0c12e4001f19..47e99ab8d97a 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
| @@ -997,6 +997,7 @@ static void sta_apply_mesh_params(struct ieee80211_local *local, | |||
| 997 | if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) | 997 | if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) |
| 998 | changed = mesh_plink_inc_estab_count(sdata); | 998 | changed = mesh_plink_inc_estab_count(sdata); |
| 999 | sta->mesh->plink_state = params->plink_state; | 999 | sta->mesh->plink_state = params->plink_state; |
| 1000 | sta->mesh->aid = params->peer_aid; | ||
| 1000 | 1001 | ||
| 1001 | ieee80211_mps_sta_status_update(sta); | 1002 | ieee80211_mps_sta_status_update(sta); |
| 1002 | changed |= ieee80211_mps_set_sta_local_pm(sta, | 1003 | changed |= ieee80211_mps_set_sta_local_pm(sta, |
