qcacld-3.0: Handle SAP+NAN concurrency when NAN_DBS isn't supported
When nan_sap and nan_disable are supported but nan_dbs is not supported, 1. Allow SAP+NAN concurrency if force SCC is supported 2. Disable NAN if SAP comes up on a different band and force SCC is not supported 3. Reject NAN enable if SAP is already on a different band and force SCC is not supported Change-Id: Ic53eedcda2e5b314f9be2a4bd913d5e63f6613a2 CRs-Fixed: 2729986
This commit is contained in:
@@ -546,5 +546,11 @@ bool ucfg_is_nan_vdev(struct wlan_objmgr_vdev *vdev)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
static inline
|
||||
bool ucfg_is_nan_dbs_supported(struct wlan_objmgr_psoc *psoc)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#endif /* WLAN_FEATURE_NAN */
|
||||
#endif /* _NAN_UCFG_API_H_ */
|
||||
|
مرجع در شماره جدید
Block a user