Browse Source

qcacld-3.0: Fix misspellings of 'support'

Fix misspellings 'suport' => 'support'

Change-Id: Iba5b4046ffa99db7cbc7b9f4e92e0bc680cd817f
CRs-Fixed: 2241931
Jeff Johnson 7 years ago
parent
commit
a642eadfd2

+ 1 - 1
core/mac/src/pe/lim/lim_ibss_peer_mgmt.c

@@ -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) {

+ 1 - 1
core/mac/src/pe/lim/lim_process_assoc_req_frame.c

@@ -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;
 		}
 	}