qcacld-3.0: Fix misspellings of 'support'
Fix misspellings 'suport' => 'support' Change-Id: Iba5b4046ffa99db7cbc7b9f4e92e0bc680cd817f CRs-Fixed: 2241931
This commit is contained in:
@@ -267,7 +267,7 @@ ibss_sta_caps_update(tpAniSirGlobal pMac,
|
|||||||
}
|
}
|
||||||
/* peer is 11e capable but is not 11e enabled yet */
|
/* peer is 11e capable but is not 11e enabled yet */
|
||||||
/* some STA's when joining Airgo IBSS, assert qos capability even when */
|
/* some STA's when joining Airgo IBSS, assert qos capability even when */
|
||||||
/* they don't suport qos. however, they do not include the edca parameter */
|
/* they don't support qos. however, they do not include the edca parameter */
|
||||||
/* set. so let's check for edcaParam in addition to the qos capability */
|
/* set. so let's check for edcaParam in addition to the qos capability */
|
||||||
if (pPeerNode->capabilityInfo.qos && (psessionEntry->limQosEnabled)
|
if (pPeerNode->capabilityInfo.qos && (psessionEntry->limQosEnabled)
|
||||||
&& pPeerNode->edcaPresent) {
|
&& pPeerNode->edcaPresent) {
|
||||||
|
@@ -567,7 +567,7 @@ static bool lim_check_11ax_basic_mcs(tpAniSirGlobal mac_ctx,
|
|||||||
lim_send_assoc_rsp_mgmt_frame(mac_ctx,
|
lim_send_assoc_rsp_mgmt_frame(mac_ctx,
|
||||||
eSIR_MAC_CAPABILITIES_NOT_SUPPORTED_STATUS,
|
eSIR_MAC_CAPABILITIES_NOT_SUPPORTED_STATUS,
|
||||||
1, hdr->sa, sub_type, 0, session);
|
1, hdr->sa, sub_type, 0, session);
|
||||||
pe_err("STA did not suport basic MCS required by SAP");
|
pe_err("STA did not support basic MCS required by SAP");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user