mac80211: fix mesh beaconing
This patch fixes mesh beaconing, which was broken by "mac80211: revamp beacon configuration". Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
77bbadd5ea
commit
56a6d13dfd
@@ -3299,6 +3299,7 @@ void ieee80211_start_mesh(struct net_device *dev)
|
|||||||
ifsta = &sdata->u.sta;
|
ifsta = &sdata->u.sta;
|
||||||
ifsta->state = IEEE80211_MESH_UP;
|
ifsta->state = IEEE80211_MESH_UP;
|
||||||
ieee80211_sta_timer((unsigned long)sdata);
|
ieee80211_sta_timer((unsigned long)sdata);
|
||||||
|
ieee80211_if_config(sdata, IEEE80211_IFCC_BEACON);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user