Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/5] cfg80211: HT bandwidth checks
@ 2009-05-02  4:37 Luis R. Rodriguez
  2009-05-02  4:37 ` [PATCH 1/5] cfg80211: Process regulatory max bandwidth checks for HT40 Luis R. Rodriguez
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luis R. Rodriguez @ 2009-05-02  4:37 UTC (permalink / raw)
  To: linville, johannes; +Cc: linux-wireless, Luis R. Rodriguez

This is a respin of the HT40 bandwidth patches with the
fixes pointed out by Jouni. This time I leave out the debugfs
stuff for another series which will follow up.

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/cfg80211: move wiphy specific debugfs entries to cfg80211

 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/cfg80211.h                    |   22 ++-
 net/mac80211/debugfs.c                    |   16 ---
 net/mac80211/ieee80211_i.h                |    4 -
 net/mac80211/mlme.c                       |   12 +-
 net/wireless/Kconfig                      |    8 +
 net/wireless/Makefile                     |    1 +
 net/wireless/core.c                       |    5 +
 net/wireless/core.h                       |   11 ++
 net/wireless/debugfs.c                    |   70 ++++++++++
 net/wireless/debugfs.h                    |   14 ++
 net/wireless/nl80211.c                    |   39 +++---
 net/wireless/reg.c                        |  201 +++++++++++++++++++++++------
 15 files changed, 319 insertions(+), 106 deletions(-)
 create mode 100644 net/wireless/debugfs.c
 create mode 100644 net/wireless/debugfs.h


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

end of thread, other threads:[~2009-05-02  4:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-02  4:37 [PATCH 0/5] cfg80211: HT bandwidth checks Luis R. Rodriguez
2009-05-02  4:37 ` [PATCH 1/5] cfg80211: Process regulatory max bandwidth checks for HT40 Luis R. Rodriguez
2009-05-02  4:37 ` [PATCH 2/5] wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+ Luis R. Rodriguez
2009-05-02  4:37 ` [PATCH 3/5] mac80211: check if HT40+/- is allowed before sending assoc Luis R. Rodriguez
2009-05-02  4:37 ` [PATCH 4/5] cfg80211: check allowed channel type upon userspace requests Luis R. Rodriguez
2009-05-02  4:37 ` [PATCH 5/5] mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211 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