Loading
qcacmn: Change return type in case of simultaneous scan
Currently the driver returns EINVAL, instead of EBUSY if the driver encounters a case of simlutaneuos scan, and DBS scan is disabled for user space, and thus it may lead to failure of OBSS scan, which can further lead to SAP fail. Fix is to return EBUSY intead of EINVAL, so that hostapd can try to get the scan module perform a scan, which can increase the probablity of SAP bringup. Change-Id: I798e3d1ad0f62a5240603b4344963cb3ee637c13 CRs-Fixed: 2403499