]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: DFS Host Confirmation
authorSriram R <srirrama@codeaurora.org>
Tue, 15 May 2018 09:09:49 +0000 (14:39 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 25 May 2018 10:15:31 +0000 (13:15 +0300)
commit3b722a841c43af3592c66543cf89f8e5420b9c0e
treecbec45d0f6aa7d7ef098dc23088011101b5006de
parentcc881eaa8ac1b90bc2550bc4ecef53865cd4e242
ath10k: DFS Host Confirmation

In the 10.4-3.6 firmware branch there's a new DFS Host confirmation
feature which is advertised using WMI_SERVICE_HOST_DFS_CHECK_SUPPORT flag.

This new features enables the ath10k host to send information to the
firmware on the specifications of detected radar type. This allows the
firmware to validate if the host's radar pattern detector unit is
operational and check if the radar information shared by host matches
the radar pulses sent as phy error events from firmware. If the check
fails the firmware won't allow use of DFS channels on AP mode when using
FCC regulatory region.

Hence this patch is mandatory when using a firmware from 10.4-3.6 branch.
Else, DFS channels on FCC regions cannot be used.

Supported Chipsets : QCA9984/QCA9888/QCA4019
Firmware Version : 10.4-3.6-00104

Signed-off-by: Sriram R <srirrama@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/core.h
drivers/net/wireless/ath/ath10k/mac.c
drivers/net/wireless/ath/ath10k/wmi-ops.h
drivers/net/wireless/ath/ath10k/wmi.c
drivers/net/wireless/ath/ath10k/wmi.h