All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] cfg80211: onus and cell base station hint
@ 2012-07-10 17:23 Luis R. Rodriguez
  2012-07-10 17:23 ` [PATCH v4 1/5] cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUS Luis R. Rodriguez
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Luis R. Rodriguez @ 2012-07-10 17:23 UTC (permalink / raw)
  To: johannes, linville
  Cc: linux-wireless, kvalo, arend, henry, senthilb, Luis R. Rodriguez

From: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>

These address the latest feedback on the v3 series. I've added
two more patches to address removing of a superflous call
given the introduction of wiphy_regulatory_register().

Luis R. Rodriguez (5):
  cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUS
  cfg80211: add cellular base station regulatory hint support
  cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()
  cfg80211: make regulatory_update() static
  cfg80211: remove regulatory_update()

 include/linux/nl80211.h  |   32 ++++++++++++
 include/net/regulatory.h |    5 ++
 net/wireless/Kconfig     |   21 ++++++++
 net/wireless/core.c      |   10 ++--
 net/wireless/nl80211.c   |   23 ++++++++-
 net/wireless/reg.c       |  125 ++++++++++++++++++++++++++++++++++++++++------
 net/wireless/reg.h       |    8 +--
 7 files changed, 201 insertions(+), 23 deletions(-)

-- 
1.7.10.rc1.22.gf5241


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

end of thread, other threads:[~2012-07-12 18:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-10 17:23 [PATCH v4 0/5] cfg80211: onus and cell base station hint Luis R. Rodriguez
2012-07-10 17:23 ` [PATCH v4 1/5] cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUS Luis R. Rodriguez
2012-07-10 17:23 ` [PATCH v4 2/5] cfg80211: add cellular base station regulatory hint support Luis R. Rodriguez
2012-07-10 17:23 ` [PATCH v4 3/5] cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister() Luis R. Rodriguez
2012-07-10 17:23 ` [PATCH v4 4/5] cfg80211: make regulatory_update() static Luis R. Rodriguez
2012-07-10 17:23 ` [PATCH v4 5/5] cfg80211: remove regulatory_update() Luis R. Rodriguez
2012-07-12 15:14 ` [PATCH v4 0/5] cfg80211: onus and cell base station hint Johannes Berg
2012-07-12 18:44   ` 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.