qcacld-3.0: Fix typo "recieve"

Replace typo "recieve" with correct spelling "receive".

Change-Id: I16de4aedcd0f401da8b11fa0ea4989ad1e73bf57
CRs-Fixed: 2238297
This commit is contained in:
Jeff Johnson
2018-05-06 16:24:57 -07:00
committed by nshrivas
parent 77f89bb156
commit 4ceed38fbf
10 changed files with 14 additions and 14 deletions

View File

@@ -1910,7 +1910,7 @@ struct ieee80211_ie_ext_cap {
#define IEEE80211_EXTCAPIE_OP_MODE_NOTIFY 0x40000000 /* bit-62 Operating Mode notification */
/*
* These caps are populated when we recieve beacon/probe response
* These caps are populated when we receive beacon/probe response
* This is used to maintain local TDLS cap bit masks
*/

View File

@@ -55,9 +55,9 @@
/**
* htt_rx_frag_set_last_msdu() - set last msdu bit in rx descriptor
* for recieved frames
* for received frames
* @pdev: Handle (pointer) to HTT pdev.
* @msg: htt recieved msg
* @msg: htt received msg
*
* Return: None
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
* Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -452,7 +452,7 @@ htt_tx_send_batch(htt_pdev_handle htt_pdev,
/* The htt scheduler for queued packets in htt
* htt when unable to send to HTC because of lack of resource
* forms a nbuf queue which is flushed when tx completion event from
* target is recieved
* target is received
*/
void htt_tx_sched(htt_pdev_handle pdev);

View File

@@ -1119,7 +1119,7 @@ struct ol_txrx_vdev_t {
} tso_pool_t;
#endif
/* last channel change event recieved */
/* last channel change event received */
struct {
bool is_valid; /* whether the rest of the members are valid */
uint16_t mhz;

View File

@@ -399,7 +399,7 @@ static int wlan_hdd_update_scan_ies(struct hdd_adapter *adapter,
* @source: scan request source(NL/Vendor scan)
*
* This API responds to scan trigger and update cfg80211 scan database
* later, scan dump command can be used to recieve scan results
* later, scan dump command can be used to receive scan results
*
* Return: 0 for success, non zero for failure
*/
@@ -638,7 +638,7 @@ static int __wlan_hdd_cfg80211_scan(struct wiphy *wiphy,
* @request: Pointer to scan request
*
* This API responds to scan trigger and update cfg80211 scan database
* later, scan dump command can be used to recieve scan results
* later, scan dump command can be used to receive scan results
*
* Return: 0 for success, non zero for failure
*/
@@ -661,7 +661,7 @@ int wlan_hdd_cfg80211_scan(struct wiphy *wiphy,
* @source: scan request source(NL/Vendor scan)
*
* This API responds to scan trigger and update cfg80211 scan database
* later, scan dump command can be used to recieve scan results. This
* later, scan dump command can be used to receive scan results. This
* function gets called when tdls module queues the scan request.
*
* Return: 0 for success, non zero for failure.

View File

@@ -545,7 +545,7 @@ void lim_process_ft_preauth_rsp_timeout(tpAniSirGlobal mac_ctx)
}
/*
* To handle the race condition where we recieve preauth rsp after
* To handle the race condition where we receive preauth rsp after
* timer has expired.
*/
if (true ==

View File

@@ -544,7 +544,7 @@ lim_process_assoc_rsp_frame(tpAniSirGlobal mac_ctx,
* Should not have received Re/Association
* Response frame on AP. Log error
*/
pe_err("Should not recieved Re/Assoc Response in role: %d",
pe_err("Should not received Re/Assoc Response in role: %d",
GET_LIM_SYSTEM_ROLE(session_entry));
qdf_mem_free(beacon);
return;

View File

@@ -815,7 +815,7 @@ failure:
*
* This function does following:
* Check for suspend state.
* If success, proceed with setting link state to recieve the
* If success, proceed with setting link state to receive the
* probe response/beacon from intended AP.
* Switch to the APs channel.
* On an error case, send the MLM_JOIN_CNF with error status.

View File

@@ -6944,7 +6944,7 @@ void lim_update_obss_scanparams(tpPESession session,
tDot11fIEOBSSScanParameters *scan_params)
{
/*
* If the recieved value is not in the range specified
* If the received value is not in the range specified
* by the Specification then it will be the default value
* configured through cfg
*/

View File

@@ -2713,7 +2713,7 @@ static QDF_STATUS sap_fsm_state_disconnecting(struct sap_context *sap_ctx,
qdf_status = sap_goto_disconnecting(sap_ctx);
} else if ((msg == eSAP_HDD_STOP_INFRA_BSS) &&
(sap_ctx->is_chan_change_inprogress)) {
/* stop bss is recieved while processing channel change */
/* stop bss is received while processing channel change */
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_INFO,
FL("in state %s, event msg %d result %d"),
"eSAP_DISCONNECTING ", msg, sap_event->u2);