qcacmn: Move RCSA and NOL IE related code under a function

The RCSA and NOL IE are win specific and need to be moved into a function.

Change-Id: I5bb68279b4747ca61a4e4a7c4a6d78818ee4be86
CRs-Fixed: 2737134
This commit is contained in:
Vignesh U
2020-08-06 13:47:30 +05:30
committed by snandini
父節點 eca6d16539
當前提交 d96e6d0356
共有 4 個文件被更改,包括 106 次插入24 次删除

查看文件

@@ -31,12 +31,14 @@
#include "wni_api.h"
#endif
#if defined(QCA_DFS_RCSA_SUPPORT)
void dfs_mlme_start_rcsa(struct wlan_objmgr_pdev *pdev,
bool *wait_for_csa)
{
if (global_dfs_to_mlme.dfs_start_rcsa)
global_dfs_to_mlme.dfs_start_rcsa(pdev, wait_for_csa);
}
#endif
#ifndef QCA_MCL_DFS_SUPPORT
#ifdef CONFIG_CHAN_NUM_API