All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ATH11K DFS Support
@ 2019-05-14  4:41 Sriram R
  2019-05-14  4:41 ` [PATCH 1/3] ath11k: Process radar detected event Sriram R
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sriram R @ 2019-05-14  4:41 UTC (permalink / raw)
  To: ath11k; +Cc: Sriram R

This patchset enables dfs support in ath11k driver.
Firmware provides support for offloading certain modules
required for dfs implementation such as radar detection
and NOL implementation.

Sriram R (3):
  ath11k: Process radar detected event
  ath11k: Initialize and enable dfs radar detection
  ath11k: Add dfs debug and test interface

 drivers/net/wireless/ath/ath11k/core.h  |   1 +
 drivers/net/wireless/ath/ath11k/debug.c |  28 ++++++
 drivers/net/wireless/ath/ath11k/dp_rx.c |  20 +++-
 drivers/net/wireless/ath/ath11k/mac.c   |  54 +++++++++--
 drivers/net/wireless/ath/ath11k/wmi.c   | 164 +++++++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath11k/wmi.h   |  42 ++++++++
 6 files changed, 295 insertions(+), 14 deletions(-)

-- 
2.7.4


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2019-05-20  8:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-14  4:41 [PATCH 0/3] ATH11K DFS Support Sriram R
2019-05-14  4:41 ` [PATCH 1/3] ath11k: Process radar detected event Sriram R
2019-05-20  8:25   ` Kalle Valo
2019-05-14  4:41 ` [PATCH 2/3] ath11k: Initialize and enable dfs radar detection Sriram R
2019-05-14  4:41 ` [PATCH 3/3] ath11k: Add dfs debug and test interface Sriram R

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.