Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 00/12] cfg80211/mac80211: few fixes/enhancements for regulatory
@ 2009-01-22 23:05 Luis R. Rodriguez
  2009-01-22 23:05 ` [PATCH 01/12] cfg80211: print correct intersected regulatory domain Luis R. Rodriguez
  2009-01-25 16:24 ` [PATCH 00/12] cfg80211/mac80211: few fixes/enhancements for regulatory Johannes Berg
  0 siblings, 2 replies; 15+ messages in thread
From: Luis R. Rodriguez @ 2009-01-22 23:05 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().

This new series handles strict regulatory settings by introducing
a wiphy->strict_regulatory setting. OLD_REGULATORY is left but
as can be seen it leaves room for cruft to build up.

Luis R. Rodriguez (12):
  cfg80211: print correct intersected regulatory domain
  cfg80211: add wiphy_apply_custom_regulatory()
  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
  cfg80211: ignore consecutive equal regulatory hints
  cfg80211: rename fw_handles_regulatory to custom_regulatory
  cfg80211: move check for ignore_reg_update() on
    wiphy_update_regulatory()
  cfg80211: pass more detailed regulatory request information on
    reg_notifier()
  cfg80211: Allow for strict regulatory settings
  mac80211: allow mac80211 drivers to get to struct ieee80211_hw from
    wiphy
  cfg80211: allow users to help a driver's compliance

 drivers/net/wireless/iwlwifi/iwl-core.c     |    2 +-
 drivers/net/wireless/iwlwifi/iwl3945-base.c |    2 +-
 include/net/cfg80211.h                      |   45 ++++++
 include/net/mac80211.h                      |   13 ++
 include/net/wireless.h                      |   60 +++++++-
 net/mac80211/util.c                         |    9 +
 net/wireless/reg.c                          |  223 ++++++++++++++++++---------
 net/wireless/reg.h                          |    7 -
 8 files changed, 272 insertions(+), 89 deletions(-)


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

end of thread, other threads:[~2009-01-25 16:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 23:05 [PATCH 00/12] cfg80211/mac80211: few fixes/enhancements for regulatory Luis R. Rodriguez
2009-01-22 23:05 ` [PATCH 01/12] cfg80211: print correct intersected regulatory domain Luis R. Rodriguez
2009-01-22 23:05   ` [PATCH 02/12] cfg80211: add wiphy_apply_custom_regulatory() Luis R. Rodriguez
2009-01-22 23:05     ` [PATCH 03/12] cfg80211: export freq_reg_info() Luis R. Rodriguez
2009-01-22 23:05       ` [PATCH 04/12] cfg80211: Fix sanity check on 5 GHz when processing country IE Luis R. Rodriguez
2009-01-22 23:05         ` [PATCH 05/12] cfg80211: process user requests only after previous user/driver/core requests Luis R. Rodriguez
2009-01-22 23:05           ` [PATCH 06/12] cfg80211: ignore consecutive equal regulatory hints Luis R. Rodriguez
2009-01-22 23:05             ` [PATCH 07/12] cfg80211: rename fw_handles_regulatory to custom_regulatory Luis R. Rodriguez
2009-01-22 23:05               ` [PATCH 08/12] cfg80211: move check for ignore_reg_update() on wiphy_update_regulatory() Luis R. Rodriguez
2009-01-22 23:05                 ` [PATCH 09/12] cfg80211: pass more detailed regulatory request information on reg_notifier() Luis R. Rodriguez
2009-01-22 23:05                   ` [PATCH 10/12] cfg80211: Allow for strict regulatory settings Luis R. Rodriguez
2009-01-22 23:05                     ` [PATCH 11/12] mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphy Luis R. Rodriguez
2009-01-22 23:05                       ` [PATCH 12/12] cfg80211: allow users to help a driver's compliance Luis R. Rodriguez
2009-01-25 16:23                     ` [PATCH 10/12] cfg80211: Allow for strict regulatory settings Johannes Berg
2009-01-25 16:24 ` [PATCH 00/12] cfg80211/mac80211: few fixes/enhancements for regulatory Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox