qcacmn: Register a DFS callback function to get AP CAC status

In Repeater AP scenario, when STA vap starts scan, it calls this
registered DFS callback function to get the AP CAC status. If the
AP vap is performing CAC, STA vap does not start SCAN.

Change-Id: Ifa3ad0298f1b04f3fffc915f20ff81ec0cc731bf
CRs-Fixed: 2096259
This commit is contained in:
Shashikala Prabhu
2017-08-18 18:25:28 +05:30
committed by snandini
부모 9a489c42be
커밋 76192e12a9
5개의 변경된 파일81개의 추가작업 그리고 9개의 파일을 삭제

파일 보기

@@ -563,7 +563,7 @@ static QDF_STATUS dispatcher_dfs_psoc_enable(struct wlan_objmgr_psoc *psoc)
static QDF_STATUS dispatcher_dfs_psoc_disable(struct wlan_objmgr_psoc *psoc)
{
return QDF_STATUS_SUCCESS;
return wifi_dfs_psoc_disable(psoc);
}
#else
static QDF_STATUS dispatcher_init_dfs(void)