All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] cfg80211/mac80211: fixes/enhancements for reg_notifier()
@ 2009-01-13 19:57 Luis R. Rodriguez
  2009-01-13 19:57 ` [PATCH 01/12] cfg80211: print correct intersected regulatory domain Luis R. Rodriguez
  2009-01-13 23:00 ` [PATCH 00/12] cfg80211/mac80211: fixes/enhancements for reg_notifier() Johannes Berg
  0 siblings, 2 replies; 25+ messages in thread
From: Luis R. Rodriguez @ 2009-01-13 19:57 UTC (permalink / raw)
  To: johannes, johannes, linville; +Cc: Luis R. Rodriguez, linux-wireless

This series contains a few fixes for cfg80211 such as another
fix for parsing country IEs, but mostly contains work to help
drivers build a more useful reg_notifier(). While at it we remove
the CONFIG_WIRELESS_OLD_REGULATORY as we are now on road to 2.6.30.

Luis R. Rodriguez (12):
  cfg80211: print correct intersected regulatory domain
  cfg80211: add helper to indicate when to follow the driver regd
  cfg80211: add option for wiphys to disregard country IEs
  cfg80211: split wiphy_update_regulatory() in two
  cfg80211: add regulatory_set_custom_rd()
  cfg80211: add regdom_intersect_wiphy_regd()
  cfg80211: allow driver read access to cfg80211_regdomain
  cfg80211: export freq_reg_info()
  cfg80211: Fix sanity check on 5 GHz when processing country IE
  cfg80211: process user requests only after previous user/driver/core
    requests
  mac80211: allow mac80211 drivers to get to driver priv from wiphy
  cfg80211: Remove CONFIG_WIRELESS_OLD_REGULATORY

 Documentation/feature-removal-schedule.txt |   18 --
 include/net/mac80211.h                     |   11 +
 include/net/wireless.h                     |   63 ++++++
 net/mac80211/util.c                        |    9 +
 net/wireless/Kconfig                       |   46 ++---
 net/wireless/reg.c                         |  293 ++++++++++------------------
 6 files changed, 199 insertions(+), 241 deletions(-)


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

end of thread, other threads:[~2009-01-13 23:59 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-13 19:57 [PATCH 00/12] cfg80211/mac80211: fixes/enhancements for reg_notifier() Luis R. Rodriguez
2009-01-13 19:57 ` [PATCH 01/12] cfg80211: print correct intersected regulatory domain Luis R. Rodriguez
2009-01-13 19:57   ` [PATCH 02/12] cfg80211: add helper to indicate when to follow the driver regd Luis R. Rodriguez
2009-01-13 19:57     ` [PATCH 03/12] cfg80211: add option for wiphys to disregard country IEs Luis R. Rodriguez
2009-01-13 19:57       ` [PATCH 04/12] cfg80211: split wiphy_update_regulatory() in two Luis R. Rodriguez
2009-01-13 19:57         ` [PATCH 05/12] cfg80211: add regulatory_set_custom_rd() Luis R. Rodriguez
2009-01-13 19:57           ` [PATCH 06/12] cfg80211: add regdom_intersect_wiphy_regd() Luis R. Rodriguez
2009-01-13 19:57             ` [PATCH 07/12] cfg80211: allow driver read access to cfg80211_regdomain Luis R. Rodriguez
2009-01-13 19:57               ` [PATCH 08/12] cfg80211: export freq_reg_info() Luis R. Rodriguez
2009-01-13 19:57                 ` [PATCH 09/12] cfg80211: Fix sanity check on 5 GHz when processing country IE Luis R. Rodriguez
2009-01-13 19:57                   ` [PATCH 10/12] cfg80211: process user requests only after previous user/driver/core requests Luis R. Rodriguez
2009-01-13 19:57                     ` [PATCH 11/12] mac80211: allow mac80211 drivers to get to driver priv from wiphy Luis R. Rodriguez
2009-01-13 19:57                       ` [PATCH 12/12] cfg80211: Remove CONFIG_WIRELESS_OLD_REGULATORY Luis R. Rodriguez
2009-01-13 22:50                         ` Johannes Berg
2009-01-13 23:00                           ` Luis R. Rodriguez
2009-01-13 23:02                             ` Johannes Berg
2009-01-13 22:50                       ` [PATCH 11/12] mac80211: allow mac80211 drivers to get to driver priv from wiphy Johannes Berg
2009-01-13 22:46               ` [PATCH 07/12] cfg80211: allow driver read access to cfg80211_regdomain Johannes Berg
2009-01-13 22:51                 ` Luis R. Rodriguez
2009-01-13 22:53                   ` Johannes Berg
2009-01-13 23:02                     ` Luis R. Rodriguez
2009-01-13 23:00 ` [PATCH 00/12] cfg80211/mac80211: fixes/enhancements for reg_notifier() Johannes Berg
2009-01-13 23:17   ` Luis R. Rodriguez
2009-01-13 23:23     ` Johannes Berg
2009-01-13 23:59       ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.