qcacld-3.0: sap: Replace tSirRetStatus with QDF_STATUS

The tSirRetStatus definitions are obsolete, so replace them with
QDF_STATUS definitions in the sap folder.

Change-Id: I17482713977012d13e0fdb99b67e3f5f4a33efe9
CRs-Fixed: 2266146
This commit is contained in:
Jeff Johnson
2018-06-07 23:01:11 -07:00
committed by nshrivas
parent 72eb98a163
commit 83e30fa110

View File

@@ -1576,7 +1576,7 @@ static void sap_compute_spect_weight(tSapChSelSpectInfo *pSpectInfoParams,
if ((sir_parse_beacon_ie if ((sir_parse_beacon_ie
(pMac, pBeaconStruct, (uint8_t *) (pMac, pBeaconStruct, (uint8_t *)
(pScanResult->BssDescriptor.ieFields), (pScanResult->BssDescriptor.ieFields),
ieLen)) == eSIR_SUCCESS) ieLen)) == QDF_STATUS_SUCCESS)
sap_upd_chan_spec_params( sap_upd_chan_spec_params(
pBeaconStruct, pBeaconStruct,
&channelWidth, &channelWidth,