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:

committed by
nshrivas

orang tua
e587b2d1a3
melakukan
522a2a90bd
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user