diff options
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r-- | net/mac80211/mesh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index 2d573f8470d0..8a1fcaeee4f2 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c | |||
@@ -442,7 +442,8 @@ void ieee80211_start_mesh(struct ieee80211_sub_if_data *sdata) | |||
442 | 442 | ||
443 | ifmsh->housekeeping = true; | 443 | ifmsh->housekeeping = true; |
444 | queue_work(local->hw.workqueue, &ifmsh->work); | 444 | queue_work(local->hw.workqueue, &ifmsh->work); |
445 | ieee80211_if_config(sdata, IEEE80211_IFCC_BEACON); | 445 | ieee80211_if_config(sdata, IEEE80211_IFCC_BEACON | |
446 | IEEE80211_IFCC_BEACON_ENABLED); | ||
446 | } | 447 | } |
447 | 448 | ||
448 | void ieee80211_stop_mesh(struct ieee80211_sub_if_data *sdata) | 449 | void ieee80211_stop_mesh(struct ieee80211_sub_if_data *sdata) |