Browse Source

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
Jeff Johnson 6 years ago
parent
commit
83e30fa110
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sap/src/sap_ch_select.c

+ 1 - 1
core/sap/src/sap_ch_select.c

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