diff options
author | Masashi Honma <masashi.honma@gmail.com> | 2016-07-01 10:19:34 +0900 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-07-06 15:04:52 +0200 |
commit | 7d27a0ba7adc8ef30c2aae7592fce4c162aee4df (patch) | |
tree | 812a316e526787def38a11a74c99f009006ba008 /net/mac80211 | |
parent | 92b3a28a2b4b2fb777b64f0891a4d3388f617c15 (diff) | |
download | linux-7d27a0ba7adc8ef30c2aae7592fce4c162aee4df.tar.bz2 |
cfg80211: Add mesh peer AID setting API
Previously, mesh power management functionality works only with kernel
MPM. Because user space MPM did not report mesh peer AID to kernel,
the kernel could not identify the bit in TIM element. So this patch
adds mesh peer AID setting API.
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-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, if (sta->mesh->plink_state != NL80211_PLINK_ESTAB) changed = mesh_plink_inc_estab_count(sdata); sta->mesh->plink_state = params->plink_state; + sta->mesh->aid = params->peer_aid; ieee80211_mps_sta_status_update(sta); changed |= ieee80211_mps_set_sta_local_pm(sta, |