linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] wireless: fix reg lockdep and move country ie hint
@ 2009-07-31  0:38 Luis R. Rodriguez
  2009-07-31  0:38 ` [PATCH v4 1/4] cfg80211: use goto out on country IE reg hint failure Luis R. Rodriguez
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luis R. Rodriguez @ 2009-07-31  0:38 UTC (permalink / raw)
  To: linville, johannes; +Cc: linux-wireless, Luis R. Rodriguez

Alright, this should be it, the snag I found is fixed by the new
patch 2/4 of this series. When we want to deal with conflicts
for multiple country IE hints (when we suspend for example)
we can deal with the conflict on the workqueue and lift the
early check out we have there now.

Luis R. Rodriguez (4):
  cfg80211: use goto out on country IE reg hint failure
  cfg80211: do not iterate over rdev list on country IE hint
  cfg80211: decouple regulatory variables from cfg80211_mutex
  cfg80211: enable country IE support to all cfg80211 drivers

 include/net/cfg80211.h |   14 ------
 net/mac80211/mlme.c    |    6 +--
 net/wireless/core.c    |    4 +-
 net/wireless/reg.c     |  107 +++++++++++++++++++++--------------------------
 net/wireless/reg.h     |   15 +++++++
 net/wireless/sme.c     |   16 +++++++
 6 files changed, 81 insertions(+), 81 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-31  0:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-31  0:38 [PATCH v4 0/4] wireless: fix reg lockdep and move country ie hint Luis R. Rodriguez
2009-07-31  0:38 ` [PATCH v4 1/4] cfg80211: use goto out on country IE reg hint failure Luis R. Rodriguez
2009-07-31  0:38 ` [PATCH v4 2/4] cfg80211: do not iterate over rdev list on country IE hint Luis R. Rodriguez
2009-07-31  0:38 ` [PATCH v4 3/4] cfg80211: decouple regulatory variables from cfg80211_mutex Luis R. Rodriguez
2009-07-31  0:38 ` [PATCH v4 4/4] cfg80211: enable country IE support to all cfg80211 drivers Luis R. Rodriguez

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).