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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user