qcacmn: Add dcs component

Add dcs component to implement interference detection algorithm
and dynamic channel selection frequency control.

Change-Id: Ia201d77e77feb9de3aff03d6e389d4891dde118e
CRs-Fixed: 2594837
This commit is contained in:
hqu
2019-09-20 21:06:47 +08:00
committed by nshrivas
parent b478db24df
commit fed4bfb049
27 changed files with 2693 additions and 2 deletions

View File

@@ -878,10 +878,12 @@ struct suspend_params {
* struct pdev_params - pdev set cmd parameter
* @param_id: parameter id
* @param_value: parameter value
* @is_target_pdev_id: indicate whether pdev_id is target pdev_id or not
*/
struct pdev_params {
uint32_t param_id;
uint32_t param_value;
bool is_target_pdev_id;
};
/**