aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Carlos Cobo <luisca@cozybit.com>2008-07-29 19:59:31 +0200
committerJohn W. Linville <linville@tuxdriver.com>2008-07-29 16:55:09 -0400
commit56a6d13dfd49d90d72a1a962246206719dd9d143 (patch)
tree5b654deb1a072dab708e3ec34c6f427f9d03fa95
parentPS3: gelic: use unsigned long for irqflags (diff)
downloadlinux-dev-56a6d13dfd49d90d72a1a962246206719dd9d143.tar.xz
linux-dev-56a6d13dfd49d90d72a1a962246206719dd9d143.zip
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>
-rw-r--r--net/mac80211/mlme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 35eb767cbcbe..acb04133a95d 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