diff options
author | Luis Carlos Cobo <luisca@cozybit.com> | 2008-07-29 19:59:31 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-07-29 16:55:09 -0400 |
commit | 56a6d13dfd49d90d72a1a962246206719dd9d143 (patch) | |
tree | 5b654deb1a072dab708e3ec34c6f427f9d03fa95 /net | |
parent | 77bbadd5ea893f364a0d1879723037678a03725c (diff) | |
download | op-kernel-dev-56a6d13dfd49d90d72a1a962246206719dd9d143.zip op-kernel-dev-56a6d13dfd49d90d72a1a962246206719dd9d143.tar.gz |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/mlme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 35eb767..acb0413 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -3299,6 +3299,7 @@ void ieee80211_start_mesh(struct net_device *dev) ifsta = &sdata->u.sta; ifsta->state = IEEE80211_MESH_UP; ieee80211_sta_timer((unsigned long)sdata); + ieee80211_if_config(sdata, IEEE80211_IFCC_BEACON); } #endif |