linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] cfg80211: move reg hints to workqueue
@ 2009-02-14  5:33 Luis R. Rodriguez
  2009-02-14  5:33 ` [PATCH 01/10] cfg80211: rename cfg80211_registered_device's idx to wiphy_idx Luis R. Rodriguez
                   ` (10 more replies)
  0 siblings, 11 replies; 41+ messages in thread
From: Luis R. Rodriguez @ 2009-02-14  5:33 UTC (permalink / raw)
  To: johannes, johannes, linville; +Cc: Luis R. Rodriguez, linux-wireless

This series does prep work and then the actual work to move the
cfg80211 driver and userspace regulatory hints onto a workqueue.
This also cleans up the core reg hint onto its own routine which
addresses some of Johannes comments about the branching on the
assert_cfg80211_mutex(). We also now do a cleanup the comment
style on reg.c.

Luis R. Rodriguez (10):
  cfg80211: rename cfg80211_registered_device's idx to wiphy_idx
  cfg80211: add wiphy_idx_valid to check for wiphy_idx sanity
  cfg80211: rename cfg80211_drv_mutex to cfg80211_mutex
  nl80211: disallow user requests prior to regulatory_init()
  cfg80211: add regulatory_hint_core() to separate the core reg hint
  cfg80211: propagate -ENOMEM during regulatory_init()
  cfg80211: add assert_cfg80211_lock() to ensure proper protection
  cfg80211: make regulatory_request use wiphy_idx instead of wiphy
  cfg80211: move regulatory hints to workqueue
  cfg80211: comments style cleanup

 drivers/net/wireless/ath9k/main.c      |    8 +-
 drivers/net/wireless/zd1211rw/zd_mac.c |    6 +-
 include/net/cfg80211.h                 |    8 +-
 include/net/wireless.h                 |    9 +-
 net/wireless/core.c                    |   93 ++++--
 net/wireless/core.h                    |   42 ++-
 net/wireless/nl80211.c                 |   42 ++-
 net/wireless/reg.c                     |  578 +++++++++++++++++++++++---------
 net/wireless/reg.h                     |    2 +
 net/wireless/sysfs.c                   |    2 +-
 10 files changed, 572 insertions(+), 218 deletions(-)


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

end of thread, other threads:[~2009-02-16 11:11 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14  5:33 [PATCH 00/10] cfg80211: move reg hints to workqueue Luis R. Rodriguez
2009-02-14  5:33 ` [PATCH 01/10] cfg80211: rename cfg80211_registered_device's idx to wiphy_idx Luis R. Rodriguez
2009-02-14  5:33 ` [PATCH 02/10] cfg80211: add wiphy_idx_valid to check for wiphy_idx sanity Luis R. Rodriguez
2009-02-14  5:33 ` [PATCH 03/10] cfg80211: rename cfg80211_drv_mutex to cfg80211_mutex Luis R. Rodriguez
2009-02-14  5:33 ` [PATCH 04/10] nl80211: disallow user requests prior to regulatory_init() Luis R. Rodriguez
2009-02-15 10:58   ` Johannes Berg
2009-02-16  8:13     ` Luis R. Rodriguez
2009-02-16  8:49       ` Johannes Berg
2009-02-16  9:01         ` Luis R. Rodriguez
2009-02-14  5:33 ` [PATCH 05/10] cfg80211: add regulatory_hint_core() to separate the core reg hint Luis R. Rodriguez
2009-02-15 10:59   ` Johannes Berg
2009-02-16  8:14     ` Luis R. Rodriguez
2009-02-16  8:50       ` Johannes Berg
2009-02-16  9:17         ` Luis R. Rodriguez
2009-02-16  9:22           ` Johannes Berg
2009-02-16  9:29             ` Luis R. Rodriguez
2009-02-14  5:33 ` [PATCH 06/10] cfg80211: propagate -ENOMEM during regulatory_init() Luis R. Rodriguez
2009-02-15 11:01   ` Johannes Berg
2009-02-16  8:18     ` Luis R. Rodriguez
2009-02-16  8:52       ` Johannes Berg
2009-02-16  9:09         ` Luis R. Rodriguez
2009-02-16  9:15           ` Johannes Berg
2009-02-16  9:24             ` Luis R. Rodriguez
2009-02-14  5:33 ` [PATCH 07/10] cfg80211: add assert_cfg80211_lock() to ensure proper protection Luis R. Rodriguez
2009-02-15 11:01   ` Johannes Berg
2009-02-16  8:19     ` Luis R. Rodriguez
2009-02-14  5:33 ` [PATCH 08/10] cfg80211: make regulatory_request use wiphy_idx instead of wiphy Luis R. Rodriguez
2009-02-15 11:04   ` Johannes Berg
2009-02-16  9:55     ` Luis R. Rodriguez
2009-02-16 10:02       ` Johannes Berg
2009-02-16 10:11         ` Luis R. Rodriguez
2009-02-16 10:20           ` Johannes Berg
2009-02-16 11:11             ` Luis R. Rodriguez
2009-02-14  5:33 ` [PATCH 09/10] cfg80211: move regulatory hints to workqueue Luis R. Rodriguez
2009-02-15 11:10   ` Johannes Berg
2009-02-16  9:48     ` Luis R. Rodriguez
2009-02-16  9:55       ` Johannes Berg
2009-02-16 10:09         ` Luis R. Rodriguez
2009-02-16 10:18           ` Johannes Berg
2009-02-14  5:33 ` [PATCH 10/10] cfg80211: comments style cleanup Luis R. Rodriguez
2009-02-14  5:50 ` [PATCH 00/10] cfg80211: move reg hints to workqueue 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).