projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77bbadd
)
mac80211: fix mesh beaconing
author
Luis Carlos Cobo
<luisca@cozybit.com>
Tue, 29 Jul 2008 17:59:31 +0000
(19:59 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 29 Jul 2008 20:55:09 +0000
(16:55 -0400)
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>
net/mac80211/mlme.c
patch
|
blob
|
history
diff --git
a/net/mac80211/mlme.c
b/net/mac80211/mlme.c
index 35eb767cbcbec7f9911f1c76a2558acf7c8330ae..acb04133a95dc699735fcb1932fe16a64b4d720a 100644
(file)
--- 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