qcacmn: Move PNO related structures under compiletime flag

Move all the PNO related structures and CFG items under
compile time flag "FEATURE_WLAN_SCAN_PNO"

Change-Id: I0decb3e0a7cf009ce18ef08eae05734962f6f8c7
CRs-Fixed: 2382997
This commit is contained in:
Pragaspathi Thilagaraj
2019-01-24 19:16:00 +05:30
committed by nshrivas
orang tua e587b2d1a3
melakukan 522a2a90bd
4 mengubah file dengan 30 tambahan dan 32 penghapusan

Melihat File

@@ -1947,10 +1947,10 @@ void wlan_cfg80211_inform_bss_frame(struct wlan_objmgr_pdev *pdev,
qdf_mem_free(bss_data.mgmt);
}
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0))
/*
* wlan_scan_wiphy_set_max_sched_scans() - set maximum number of scheduled scans to
* wiphy.
* wlan_scan_wiphy_set_max_sched_scans() - set maximum number of scheduled scans
* to wiphy.
* @wiphy: pointer to wiphy
* @max_scans: max num scans to be configured
*