All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] wireless: listen to reg bw preferences
@ 2009-04-06 20:15 Luis R. Rodriguez
  2009-04-06 20:15 ` [PATCH v2 1/5] cfg80211: Process regulatory max bandwidth checks for HT40 Luis R. Rodriguez
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Luis R. Rodriguez @ 2009-04-06 20:15 UTC (permalink / raw)
  To: linville, johannes; +Cc: linux-wireless, Luis R. Rodriguez

This new series addresses Johannes comments. Gabor -- didn't have
time to rename variables in iwl for fat-->ht40, feel free to take a stab.

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                    |   22 ++-
 net/mac80211/debugfs.c                    |   10 ++
 net/mac80211/ht.c                         |    8 +-
 net/mac80211/ieee80211_i.h                |    2 +
 net/mac80211/mlme.c                       |    4 +-
 net/wireless/nl80211.c                    |   47 ++++---
 net/wireless/reg.c                        |  200 +++++++++++++++++++++++------
 10 files changed, 230 insertions(+), 85 deletions(-)


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

end of thread, other threads:[~2009-04-07 20:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06 20:15 [PATCH v2 0/5] wireless: listen to reg bw preferences Luis R. Rodriguez
2009-04-06 20:15 ` [PATCH v2 1/5] cfg80211: Process regulatory max bandwidth checks for HT40 Luis R. Rodriguez
2009-04-07 10:08   ` Johannes Berg
2009-04-07 16:10     ` Luis R. Rodriguez
2009-04-06 20:15 ` [PATCH v2 2/5] wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+ Luis R. Rodriguez
2009-04-06 20:15 ` [PATCH v2 3/5] mac80211: check if HT40+/- is allowed before sending assoc Luis R. Rodriguez
2009-04-07 10:11   ` Johannes Berg
2009-04-07 16:23     ` Luis R. Rodriguez
2009-04-07 19:09       ` Johannes Berg
2009-04-07 20:38         ` Luis R. Rodriguez
2009-04-07 20:41           ` Johannes Berg
2009-04-07 20:44             ` Luis R. Rodriguez
2009-04-07 20:53               ` Johannes Berg
2009-04-07 20:59                 ` Luis R. Rodriguez
2009-04-06 20:15 ` [PATCH v2 4/5] cfg80211: check allowed channel type upon userspace requests Luis R. Rodriguez
2009-04-06 20:19   ` Luis R. Rodriguez
2009-04-06 20:15 ` [PATCH v2 5/5] mac80211: expose HT channel flags through debugfs 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.