* [PATCH] mac80211: remove useless work starting
@ 2010-05-28 12:48 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2010-05-28 12:48 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless
Ever since we use only cfg80211 for configuration,
there is no configuration that could be pending at
this point, cfg80211 will have the configuration
that is pending and apply it afterwards.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
net/mac80211/iface.c | 9 ---------
1 file changed, 9 deletions(-)
--- wireless-testing.orig/net/mac80211/iface.c 2010-05-28 14:47:29.000000000 +0200
+++ wireless-testing/net/mac80211/iface.c 2010-05-28 14:47:32.000000000 +0200
@@ -321,15 +321,6 @@ static int ieee80211_open(struct net_dev
ieee80211_recalc_ps(local, -1);
- /*
- * ieee80211_sta_work is disabled while network interface
- * is down. Therefore, some configuration changes may not
- * yet be effective. Trigger execution of ieee80211_sta_work
- * to fix this.
- */
- if (sdata->vif.type == NL80211_IFTYPE_STATION)
- ieee80211_queue_work(&local->hw, &sdata->u.mgd.work);
-
netif_tx_start_all_queues(dev);
return 0;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-28 12:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28 12:48 [PATCH] mac80211: remove useless work starting Johannes Berg
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).