linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] wireless: listen to bandwidths preferences
@ 2009-04-02 22:26 Luis R. Rodriguez
  2009-04-02 22:26 ` [PATCH 1/5] cfg80211: Process regulatory max bandwidth checks for HT40 Luis R. Rodriguez
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Luis R. Rodriguez @ 2009-04-02 22:26 UTC (permalink / raw)
  To: linville, johannes; +Cc: linux-wireless, Luis R. Rodriguez

This is an interim fix for dealing with bandwidth checks as
this will all be reworked later. We avoid problems in the future
by not exposing anything new over through an API. Debugfs can be used
to debug these new flags.

Luis R. Rodriguez (5):
  cfg80211: Process regulatory max bandwidth checks for HT40
  wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+
  mac80211: check if HT40+/- is allowed before sending assoc
  cfg80211: check allowed channel type upon userspace requests
  mac80211: expose HT channel flags through debugfs

 drivers/net/wireless/ath/regd.c           |   10 +-
 drivers/net/wireless/iwlwifi/iwl-core.c   |    4 +-
 drivers/net/wireless/iwlwifi/iwl-eeprom.c |    8 +-
 include/net/wireless.h                    |   23 +++--
 net/mac80211/debugfs.c                    |   15 +++
 net/mac80211/ht.c                         |   11 ++-
 net/mac80211/ieee80211_i.h                |    3 +
 net/mac80211/mlme.c                       |    4 +-
 net/wireless/nl80211.c                    |   18 +++
 net/wireless/reg.c                        |  194 ++++++++++++++++++++++------
 10 files changed, 226 insertions(+), 64 deletions(-)


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

end of thread, other threads:[~2009-04-06 19:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 22:26 [PATCH 0/5] wireless: listen to bandwidths preferences Luis R. Rodriguez
2009-04-02 22:26 ` [PATCH 1/5] cfg80211: Process regulatory max bandwidth checks for HT40 Luis R. Rodriguez
2009-04-03  9:22   ` Johannes Berg
2009-04-02 22:26 ` [PATCH 2/5] wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+ Luis R. Rodriguez
2009-04-03 15:01   ` Gábor Stefanik
2009-04-03 18:27     ` Luis R. Rodriguez
2009-04-03 18:28       ` Luis R. Rodriguez
2009-04-06 19:48         ` Luis R. Rodriguez
2009-04-02 22:26 ` [PATCH 3/5] mac80211: check if HT40+/- is allowed before sending assoc Luis R. Rodriguez
2009-04-03  9:22   ` Johannes Berg
2009-04-02 22:26 ` [PATCH 4/5] cfg80211: check allowed channel type upon userspace requests Luis R. Rodriguez
2009-04-03  9:23   ` Johannes Berg
2009-04-02 22:26 ` [PATCH 5/5] mac80211: expose HT channel flags through debugfs Luis R. Rodriguez
2009-04-03  9:24   ` Johannes Berg
2009-04-03 18:12     ` 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).