2018-05-15 19:26:50

by Peter Oh

[permalink] [raw]
Subject: Fwd: Re: [PATCHv2 2/2] ath10k: DFS Host Confirmation

> + /* Even in case of radar detection failure we follow the same
> + * behaviour as if radar is detected i.e to switch to a different
> + * channel.
> + */
> + if (status_arg.status == WMI_HW_RADAR_DETECTED ||
> + status_arg.status == WMI_RADAR_DETECTION_FAIL)
> + ath10k_radar_detected(ar);
>
This behavior is different from what Kalle explained.
Failing verification of radar type by FW does not enforce stop DFS
channels from using.
Kalle?