diff options
| author | 2014-01-13 14:40:59 -0500 | |
|---|---|---|
| committer | 2014-01-13 14:40:59 -0500 | |
| commit | f13352519ee8c4b22b87fc1a47743d1f53ea193e (patch) | |
| tree | 48c18144f3e5e530ec61d5eadbb5a34675a69fe8 /net/mac80211/mesh.c | |
| parent | Merge branch 'for-linville' of git://github.com/kvalo/ath (diff) | |
| parent | mac80211_hwsim: restore regulatory testing functionality (diff) | |
| download | wireguard-linux-f13352519ee8c4b22b87fc1a47743d1f53ea193e.tar.xz wireguard-linux-f13352519ee8c4b22b87fc1a47743d1f53ea193e.zip | |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Diffstat (limited to 'net/mac80211/mesh.c')
| -rw-r--r-- | net/mac80211/mesh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index 5a74b249ba35..5b919cab1de0 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c @@ -807,6 +807,7 @@ int ieee80211_start_mesh(struct ieee80211_sub_if_data *sdata) return -ENOMEM; } + ieee80211_recalc_dtim(local, sdata); ieee80211_bss_info_change_notify(sdata, changed); netif_carrier_on(sdata->dev); |
