linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] cfg80211: send regulatory events
@ 2009-02-26 23:23 Luis R. Rodriguez
  2009-02-26 23:23 ` [PATCH v2 1/3] cfg80211: remove REGDOM_SET_BY_INIT Luis R. Rodriguez
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Luis R. Rodriguez @ 2009-02-26 23:23 UTC (permalink / raw)
  To: linville, johannes; +Cc: linux-wireless, mb, Luis R. Rodriguez

This series does the work to prep and then send regulatory
events to userspace. This v2 keeps the country IE environment
within cfg80211.h as we don't want to inform userspace about
details of the country IE. We also now add the defines to help
userspace determine when the kernel has the new command request
and attributes.

Luis R. Rodriguez (3):
  cfg80211: remove REGDOM_SET_BY_INIT
  cfg80211: move enum reg_set_by to nl80211.h
  cfg80211: add regulatory netlink multicast group

 drivers/net/wireless/ath9k/main.c |    2 +-
 drivers/net/wireless/ath9k/regd.c |   32 +++++++------
 drivers/net/wireless/ath9k/regd.h |    3 +-
 include/linux/nl80211.h           |   45 +++++++++++++++++
 include/net/cfg80211.h            |   27 +---------
 net/wireless/core.c               |    2 +-
 net/wireless/core.h               |    3 +-
 net/wireless/nl80211.c            |   46 +++++++++++++++++
 net/wireless/nl80211.h            |    5 ++
 net/wireless/reg.c                |   97 ++++++++++++++++++++++---------------
 10 files changed, 179 insertions(+), 83 deletions(-)


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

end of thread, other threads:[~2009-03-06 21:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-26 23:23 [PATCH v2 0/3] cfg80211: send regulatory events Luis R. Rodriguez
2009-02-26 23:23 ` [PATCH v2 1/3] cfg80211: remove REGDOM_SET_BY_INIT Luis R. Rodriguez
2009-02-26 23:23 ` [PATCH v2 2/3] cfg80211: move enum reg_set_by to nl80211.h Luis R. Rodriguez
2009-02-26 23:23 ` [PATCH v2 3/3] cfg80211: add regulatory netlink multicast group Luis R. Rodriguez
2009-02-26 23:29 ` [PATCH v2 0/3] cfg80211: send regulatory events Luis R. Rodriguez
2009-02-27  0:40   ` Luis R. Rodriguez
2009-03-06 19:42     ` John W. Linville
2009-03-06 21:34       ` 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).