* [PATCH] mac80211: Call commit() after interface up
@ 2009-02-25 23:36 Alina Friedrichsen
0 siblings, 0 replies; only message in thread
From: Alina Friedrichsen @ 2009-02-25 23:36 UTC (permalink / raw)
To: linux-wireless, linville, johannes
Call commit() after the interface is up again to initiate a new rejoin.
Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>
---
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c
index 2acc416..d5faef0 100644
--- a/net/mac80211/iface.c
+++ b/net/mac80211/iface.c
@@ -331,6 +331,8 @@ static int ieee80211_open(struct net_device *dev)
=20
netif_tx_start_all_queues(dev);
=20
+ ieee80211_commit(sdata);
+
return 0;
err_del_interface:
local->ops->remove_interface(local_to_hw(local), &conf);
--=20
Psssst! Schon vom neuen GMX MultiMessenger geh=F6rt? Der kann`s mit all=
en: http://www.gmx.net/de/go/multimessenger01
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-25 23:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25 23:36 [PATCH] mac80211: Call commit() after interface up Alina Friedrichsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).