|
@@ -2144,8 +2144,7 @@ sir_convert_probe_req_frame2_struct(tpAniSirGlobal pMac,
|
|
|
}
|
|
|
|
|
|
if (!pr.SuppRates.present) {
|
|
|
- pe_debug_rate_limited(30,
|
|
|
- "Mandatory IE Supported Rates not present!");
|
|
|
+ pe_debug_rl("Mandatory IE Supported Rates not present!");
|
|
|
return eSIR_FAILURE;
|
|
|
} else {
|
|
|
pProbeReq->suppRatesPresent = 1;
|
|
@@ -2417,8 +2416,7 @@ tSirRetStatus sir_convert_probe_frame2_struct(tpAniSirGlobal pMac,
|
|
|
}
|
|
|
|
|
|
if (!pr->SuppRates.present) {
|
|
|
- pe_debug_rate_limited(30,
|
|
|
- "Mandatory IE Supported Rates not present!");
|
|
|
+ pe_debug_rl("Mandatory IE Supported Rates not present!");
|
|
|
} else {
|
|
|
pProbeResp->suppRatesPresent = 1;
|
|
|
convert_supp_rates(pMac, &pProbeResp->supportedRates,
|
|
@@ -3018,8 +3016,7 @@ sir_convert_assoc_resp_frame2_struct(tpAniSirGlobal pMac,
|
|
|
|
|
|
if (!ar->SuppRates.present) {
|
|
|
pAssocRsp->suppRatesPresent = 0;
|
|
|
- pe_debug_rate_limited(30,
|
|
|
- "Mandatory IE Supported Rates not present!");
|
|
|
+ pe_debug_rl("Mandatory IE Supported Rates not present!");
|
|
|
} else {
|
|
|
pAssocRsp->suppRatesPresent = 1;
|
|
|
convert_supp_rates(pMac, &pAssocRsp->supportedRates,
|
|
@@ -3415,8 +3412,7 @@ sir_beacon_ie_ese_bcn_report(tpAniSirGlobal pMac,
|
|
|
}
|
|
|
|
|
|
if (!pBies->SuppRates.present) {
|
|
|
- pe_debug_rate_limited(30,
|
|
|
- "Mandatory IE Supported Rates not present!");
|
|
|
+ pe_debug_rl("Mandatory IE Supported Rates not present!");
|
|
|
} else {
|
|
|
eseBcnReportMandatoryIe.suppRatesPresent = 1;
|
|
|
convert_supp_rates(pMac, &eseBcnReportMandatoryIe.supportedRates,
|
|
@@ -3711,8 +3707,7 @@ sir_parse_beacon_ie(tpAniSirGlobal pMac,
|
|
|
}
|
|
|
|
|
|
if (!pBies->SuppRates.present) {
|
|
|
- pe_debug_rate_limited(30,
|
|
|
- "Mandatory IE Supported Rates not present!");
|
|
|
+ pe_debug_rl("Mandatory IE Supported Rates not present!");
|
|
|
} else {
|
|
|
pBeaconStruct->suppRatesPresent = 1;
|
|
|
convert_supp_rates(pMac, &pBeaconStruct->supportedRates,
|
|
@@ -4064,8 +4059,7 @@ sir_convert_beacon_frame2_struct(tpAniSirGlobal pMac,
|
|
|
}
|
|
|
|
|
|
if (!pBeacon->SuppRates.present) {
|
|
|
- pe_debug_rate_limited(30,
|
|
|
- "Mandatory IE Supported Rates not present!");
|
|
|
+ pe_debug_rl("Mandatory IE Supported Rates not present!");
|
|
|
} else {
|
|
|
pBeaconStruct->suppRatesPresent = 1;
|
|
|
convert_supp_rates(pMac, &pBeaconStruct->supportedRates,
|
|
@@ -4165,7 +4159,7 @@ sir_convert_beacon_frame2_struct(tpAniSirGlobal pMac,
|
|
|
pBeaconStruct->channelNumber = pBeacon->HTInfo.primaryChannel;
|
|
|
} else {
|
|
|
pBeaconStruct->channelNumber = mappedRXCh;
|
|
|
- pe_debug_rate_limited(30, "In Beacon No Channel info");
|
|
|
+ pe_debug_rl("In Beacon No Channel info");
|
|
|
}
|
|
|
|
|
|
if (pBeacon->RSN.present) {
|