qcacld-3.0: Fix misspellings of 'support'

Fix misspellings 'suport' => 'support'

Change-Id: Iba5b4046ffa99db7cbc7b9f4e92e0bc680cd817f
CRs-Fixed: 2241931
Цей коміт міститься в:
Jeff Johnson
2018-05-11 09:26:13 -07:00
зафіксовано nshrivas
джерело 329bb2a1d3
коміт a642eadfd2
2 змінених файлів з 2 додано та 2 видалено

Переглянути файл

@@ -267,7 +267,7 @@ ibss_sta_caps_update(tpAniSirGlobal pMac,
}
/* peer is 11e capable but is not 11e enabled yet */
/* 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 */
if (pPeerNode->capabilityInfo.qos && (psessionEntry->limQosEnabled)
&& pPeerNode->edcaPresent) {

Переглянути файл

@@ -567,7 +567,7 @@ static bool lim_check_11ax_basic_mcs(tpAniSirGlobal mac_ctx,
lim_send_assoc_rsp_mgmt_frame(mac_ctx,
eSIR_MAC_CAPABILITIES_NOT_SUPPORTED_STATUS,
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;
}
}