All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ath / ath9k updates
@ 2013-10-15  0:42 Luis R. Rodriguez
  2013-10-15  0:42 ` [PATCH 1/6] cfg80211: export reg_initiator_name() Luis R. Rodriguez
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Luis R. Rodriguez @ 2013-10-15  0:42 UTC (permalink / raw)
  To: linville, johannes; +Cc: linux-wireless, Luis R. Rodriguez

John, Johannes,

here are a few ath / ath9k updates. The dynamic regulatory domain setting
feature requires the cfg80211 reg_initiator_name() patch applied so not
sure how you want to deal with this dependency. Should John just merged
that change?

Luis R. Rodriguez (6):
  cfg80211: export reg_initiator_name()
  ath: move common dynamic regulatory domain setting to a helper
  ath: split user and driver reguluatory hint parsing
  ath: add support for proper dynamic regulatory hints
  ath9k: check for NULL rate when using ieee80211_get_rts_cts_rate()
  ath9k: add TX99 support

 drivers/net/wireless/ath/Kconfig            |  17 +++
 drivers/net/wireless/ath/ath9k/Kconfig      |  20 ++++
 drivers/net/wireless/ath/ath9k/ar9002_phy.c |  22 ++++
 drivers/net/wireless/ath/ath9k/ar9003_phy.c |  95 +++++++++++++++++
 drivers/net/wireless/ath/ath9k/ath9k.h      |  10 ++
 drivers/net/wireless/ath/ath9k/debug.c      | 118 ++++++++++++++++++++
 drivers/net/wireless/ath/ath9k/hw-ops.h     |  16 +++
 drivers/net/wireless/ath/ath9k/hw.h         |   4 +
 drivers/net/wireless/ath/ath9k/init.c       |  26 ++---
 drivers/net/wireless/ath/ath9k/link.c       |  12 ++-
 drivers/net/wireless/ath/ath9k/main.c       | 160 +++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath9k/recv.c       |   3 +
 drivers/net/wireless/ath/ath9k/xmit.c       |  56 +++++++++-
 drivers/net/wireless/ath/regd.c             | 140 ++++++++++++++++++++----
 include/net/cfg80211.h                      |   9 ++
 net/wireless/reg.c                          |  27 +++--
 16 files changed, 690 insertions(+), 45 deletions(-)

-- 
1.8.4.rc3


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

end of thread, other threads:[~2013-10-20  9:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15  0:42 [PATCH 0/6] ath / ath9k updates Luis R. Rodriguez
2013-10-15  0:42 ` [PATCH 1/6] cfg80211: export reg_initiator_name() Luis R. Rodriguez
2013-10-17 14:34   ` Johannes Berg
2013-10-18 18:01   ` John W. Linville
2013-10-18 18:21     ` Johannes Berg
2013-10-20  9:55       ` Luis R. Rodriguez
2013-10-15  0:42 ` [PATCH 2/6] ath: move common dynamic regulatory domain setting to a helper Luis R. Rodriguez
2013-10-15  0:42 ` [PATCH 3/6] ath: split user and driver reguluatory hint parsing Luis R. Rodriguez
2013-10-15  0:42 ` [PATCH 4/6] ath: add support for proper dynamic regulatory hints Luis R. Rodriguez
2013-10-15  0:42 ` [PATCH 5/6] ath9k: check for NULL rate when using ieee80211_get_rts_cts_rate() Luis R. Rodriguez
2013-10-15  0:42 ` [PATCH 6/6] ath9k: add TX99 support 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.