Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:52556 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753410AbeD3Rpv (ORCPT ); Mon, 30 Apr 2018 13:45:51 -0400 From: Sriram R To: ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org, Sriram R Subject: [PATCH 0/2] ath/ath10k: DFS Host Confirmation Date: Mon, 30 Apr 2018 23:15:37 +0530 Message-Id: <1525110339-25326-1-git-send-email-srirrama@codeaurora.org> (sfid-20180430_194555_540794_1AA622E9) Sender: linux-wireless-owner@vger.kernel.org List-ID: This feature adds support for the ath10k host to send information about the specifications of the detected radar to the firmware for validation. A New WMI interface is added for enabling this communication of this information between the host and the firmware. Sriram R (2): ath: Add support to get the detected radar specifications ath10k: DFS Host Confirmation drivers/net/wireless/ath/ath10k/core.h | 21 +++ drivers/net/wireless/ath/ath10k/mac.c | 12 ++ drivers/net/wireless/ath/ath10k/wmi-ops.h | 32 ++++ drivers/net/wireless/ath/ath10k/wmi.c | 185 ++++++++++++++++++++++-- drivers/net/wireless/ath/ath10k/wmi.h | 32 ++++ drivers/net/wireless/ath/ath9k/dfs.c | 2 +- drivers/net/wireless/ath/dfs_pattern_detector.c | 5 +- drivers/net/wireless/ath/dfs_pattern_detector.h | 3 +- drivers/net/wireless/ath/dfs_pri_detector.h | 3 +- 9 files changed, 281 insertions(+), 14 deletions(-) -- 2.7.4